Color Hex Logo

#ceccca Color Hex

#CECCCA
(206,204,202)
0 Favorites   0 Comments

Color spaces of #ceccca

RGB 206204202
HSL0.080.040.80
HSV30°81°
CMYK 0.000.010.02   0.19
XYZ57.707160.571864.5272
Yxy60.57180.31570.3313
Hunter Lab77.8279-3.84635.3221
CIE-Lab82.14800.33141.2278

#ceccca color RGB value is (206,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 11001010
Octal 316 314 312
Decimal 206 204 202
Hex CE CC CA

RGB Percentages of Color #ceccca

%33.66
%33.33
%33.01

CMYK Percentages of Color #ceccca

%0
%1
%2
%19

Triadic Colors of #ceccca

#ceccca #cacecc #cccace

Analogous Colors of #ceccca

#ceccca #cececa #cecaca

Monochromatic Colors of #ceccca

#ceccca

Complementary Color

#ceccca #caccce

#ceccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceccca Color CSS Codes

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

#ceccca Text Font Color

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

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


#ceccca Background Color

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

This div background color is #ceccca


#ceccca Border Color

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

This div border color is #ceccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceccca


Comments

No comments written yet.

Please login to write comment.