Color Hex Logo

#c8dbcb Color Hex

#C8DBCB
(200,219,203)
0 Favorites   0 Comments

Color spaces of #c8dbcb

RGB 200219203
HSL0.360.210.82
HSV129°86°
CMYK 0.090.000.07   0.14
XYZ59.930467.254266.3226
Yxy67.25420.30970.3476
Hunter Lab82.0087-13.07079.4566
CIE-Lab85.6322-9.31755.6911

#c8dbcb color RGB value is (200,219,203).

#c8dbcb hex color red value is 200, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c8dbcb hue: 0.36 , saturation: 0.21 and the lightness value of c8dbcb is 0.82.

The process color (four color CMYK) of #c8dbcb color hex is 0.09, 0.00, 0.07, 0.14. Web safe color of #c8dbcb is #cccccc. Color #c8dbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011011 11001011
Octal 310 333 313
Decimal 200 219 203
Hex C8 DB CB

RGB Percentages of Color #c8dbcb

%32.15
%35.21
%32.64

CMYK Percentages of Color #c8dbcb

%9
%0
%7
%14

Triadic Colors of #c8dbcb

#c8dbcb #cbc8db #dbcbc8

Analogous Colors of #c8dbcb

#c8dbcb #c8dbd5 #cfdbc8

Monochromatic Colors of #c8dbcb

#c8dbcb

Complementary Color

#c8dbcb #dbc8d8

#c8dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dbcb Color CSS Codes

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

#c8dbcb Text Font Color

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

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


#c8dbcb Background Color

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

This div background color is #c8dbcb


#c8dbcb Border Color

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

This div border color is #c8dbcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,219,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 #c8dbcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dbcb


Comments

No comments written yet.

Please login to write comment.