Color Hex Logo

#c8cecb Color Hex

#C8CECB
(200,206,203)
0 Favorites   0 Comments

Color spaces of #c8cecb

RGB 200206203
HSL0.420.060.80
HSV150°81°
CMYK 0.030.000.01   0.19
XYZ56.670260.733865.2359
Yxy60.73380.31030.3325
Hunter Lab77.9319-6.57994.9213
CIE-Lab82.2354-2.59650.7658

#c8cecb color RGB value is (200,206,203).

#c8cecb hex color red value is 200, green value is 206 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c8cecb hue: 0.42 , saturation: 0.06 and the lightness value of c8cecb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001110 11001011
Octal 310 316 313
Decimal 200 206 203
Hex C8 CE CB

RGB Percentages of Color #c8cecb

%32.84
%33.83
%33.33

CMYK Percentages of Color #c8cecb

%3
%0
%1
%19

Triadic Colors of #c8cecb

#c8cecb #cbc8ce #cecbc8

Analogous Colors of #c8cecb

#c8cecb #c8cece #c8cec8

Monochromatic Colors of #c8cecb

#c8cecb

Complementary Color

#c8cecb #cec8cb

#c8cecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cecb Color CSS Codes

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

#c8cecb Text Font Color

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

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


#c8cecb Background Color

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

This div background color is #c8cecb


#c8cecb Border Color

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

This div border color is #c8cecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cecb


Comments

No comments written yet.

Please login to write comment.