Color Hex Logo

#cec9cc Color Hex

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

Color spaces of #cec9cc

RGB 206201204
HSL0.900.050.80
HSV324°81°
CMYK 0.000.020.01   0.19
XYZ57.239359.254765.5472
Yxy59.25470.31440.3255
Hunter Lab76.9771-1.97933.3976
CIE-Lab81.43142.2731-0.8883

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

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

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

Base Numbers

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

RGB Percentages of Color #cec9cc

%33.72
%32.90
%33.39

CMYK Percentages of Color #cec9cc

%0
%2
%1
%19

Triadic Colors of #cec9cc

#cec9cc #cccec9 #c9ccce

Analogous Colors of #cec9cc

#cec9cc #cec9ca #cec9ce

Monochromatic Colors of #cec9cc

#cec9cc

Complementary Color

#cec9cc #c9cecb

#cec9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec9cc Color CSS Codes

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

#cec9cc Text Font Color

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

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


#cec9cc Background Color

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

This div background color is #cec9cc


#cec9cc Border Color

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

This div border color is #cec9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec9cc

#cec9cc Color Palettes


Comments

No comments written yet.

Please login to write comment.