Color Hex Logo

#ceccc3 Color Hex

#CECCC3
(206,204,195)
0 Favorites   0 Comments

Color spaces of #ceccc3

RGB 206204195
HSL0.140.100.79
HSV49°81°
CMYK 0.000.010.05   0.19
XYZ56.896860.247760.2599
Yxy60.24770.32070.3396
Hunter Lab77.6194-4.98938.3037
CIE-Lab81.9726-0.90374.7134

#ceccc3 color RGB value is (206,204,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 11000011
Octal 316 314 303
Decimal 206 204 195
Hex CE CC C3

RGB Percentages of Color #ceccc3

%34.05
%33.72
%32.23

CMYK Percentages of Color #ceccc3

%0
%1
%5
%19

Triadic Colors of #ceccc3

#ceccc3 #c3cecc #ccc3ce

Analogous Colors of #ceccc3

#ceccc3 #cbcec3 #cec7c3

Monochromatic Colors of #ceccc3

#ceccc3

Complementary Color

#ceccc3 #c3c5ce

#ceccc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceccc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceccc3 Color CSS Codes

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

#ceccc3 Text Font Color

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

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


#ceccc3 Background Color

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

This div background color is #ceccc3


#ceccc3 Border Color

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

This div border color is #ceccc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceccc3


Comments

No comments written yet.

Please login to write comment.