Color Hex Logo

#ceccc4 Color Hex

#CECCC4
(206,204,196)
0 Favorites   0 Comments

Color spaces of #ceccc4

RGB 206204196
HSL0.130.090.79
HSV48°81°
CMYK 0.000.010.05   0.19
XYZ57.010360.293160.8575
Yxy60.29310.32000.3384
Hunter Lab77.6486-4.82897.8852
CIE-Lab81.9972-0.72974.2148

#ceccc4 color RGB value is (206,204,196).

#ceccc4 hex color red value is 206, green value is 204 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #ceccc4 hue: 0.13 , saturation: 0.09 and the lightness value of ceccc4 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 11000100
Octal 316 314 304
Decimal 206 204 196
Hex CE CC C4

RGB Percentages of Color #ceccc4

%33.99
%33.66
%32.34

CMYK Percentages of Color #ceccc4

%0
%1
%5
%19

Triadic Colors of #ceccc4

#ceccc4 #c4cecc #ccc4ce

Analogous Colors of #ceccc4

#ceccc4 #cbcec4 #cec7c4

Monochromatic Colors of #ceccc4

#ceccc4

Complementary Color

#ceccc4 #c4c6ce

#ceccc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceccc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceccc4 Color CSS Codes

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

#ceccc4 Text Font Color

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

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


#ceccc4 Background Color

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

This div background color is #ceccc4


#ceccc4 Border Color

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

This div border color is #ceccc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceccc4


Comments

No comments written yet.

Please login to write comment.