Color Hex Logo

#cccec9 Color Hex

#CCCEC9
(204,206,201)
0 Favorites   0 Comments

Color spaces of #cccec9

RGB 204206201
HSL0.230.050.80
HSV84°81°
CMYK 0.010.000.02   0.19
XYZ57.515861.197064.0391
Yxy61.19700.31470.3349
Hunter Lab78.2285-5.66176.2242
CIE-Lab82.4845-1.58752.2327

#cccec9 color RGB value is (204,206,201).

#cccec9 hex color red value is 204, green value is 206 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #cccec9 hue: 0.23 , saturation: 0.05 and the lightness value of cccec9 is 0.80.

The process color (four color CMYK) of #cccec9 color hex is 0.01, 0.00, 0.02, 0.19. Web safe color of #cccec9 is #cccccc. Color #cccec9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 11001001
Octal 314 316 311
Decimal 204 206 201
Hex CC CE C9

RGB Percentages of Color #cccec9

%33.39
%33.72
%32.90

CMYK Percentages of Color #cccec9

%1
%0
%2
%19

Triadic Colors of #cccec9

#cccec9 #c9ccce #cec9cc

Analogous Colors of #cccec9

#cccec9 #cacec9 #cecec9

Monochromatic Colors of #cccec9

#cccec9

Complementary Color

#cccec9 #cbc9ce

#cccec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccec9 Color CSS Codes

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

#cccec9 Text Font Color

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

This sample text font color is #cccec9
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.


#cccec9 Background Color

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

This div background color is #cccec9


#cccec9 Border Color

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

This div border color is #cccec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccec9


Comments

No comments written yet.

Please login to write comment.