Color Hex Logo

#cccbda Color Hex

#CCCBDA
(204,203,218)
0 Favorites   0 Comments

Color spaces of #cccbda

RGB 204203218
HSL0.680.170.83
HSV244°85°
CMYK 0.060.070.00   0.15
XYZ58.912760.611274.9238
Yxy60.61120.30300.3117
Hunter Lab77.8532-1.1694-2.5618
CIE-Lab82.16933.1678-7.3125

#cccbda color RGB value is (204,203,218).

#cccbda hex color red value is 204, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cccbda hue: 0.68 , saturation: 0.17 and the lightness value of cccbda is 0.83.

The process color (four color CMYK) of #cccbda color hex is 0.06, 0.07, 0.00, 0.15. Web safe color of #cccbda is #cccccc. Color #cccbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 11011010
Octal 314 313 332
Decimal 204 203 218
Hex CC CB DA

RGB Percentages of Color #cccbda

%32.64
%32.48
%34.88

CMYK Percentages of Color #cccbda

%6
%7
%0
%15

Triadic Colors of #cccbda

#cccbda #dacccb #cbdacc

Analogous Colors of #cccbda

#cccbda #d4cbda #cbd2da

Monochromatic Colors of #cccbda

#cccbda

Complementary Color

#cccbda #d9dacb

#cccbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccbda Color CSS Codes

.mybgcolor {background-color:#cccbda; } 
.myforecolor {color:#cccbda; }
.mybordercolor {border:3px solid #cccbda; }

#cccbda Text Font Color

<p style="color:#cccbda">Text here</p>

This sample text font color is #cccbda
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cccbda Background Color

<div style="background-color:#cccbda">
Div content here</div>

This div background color is #cccbda


#cccbda Border Color

<div style="border:3px solid #cccbda">
Div here</div>

This div border color is #cccbda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,203,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cccbda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cccbda;
  -webkit-box-shadow: 1px 1px 3px 2px #cccbda;
  box-shadow:         1px 1px 3px 2px #cccbda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,203,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cccbda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cccbda;
  -webkit-box-shadow: 1px 1px 3px 2px #cccbda;
  box-shadow:         1px 1px 3px 2px #cccbda;">
Div content here</div>

This div box has shadow with color #cccbda


Comments

No comments written yet.

Please login to write comment.