Color Hex Logo

#c4dbcb Color Hex

#C4DBCB
(196,219,203)
0 Favorites   0 Comments

Color spaces of #c4dbcb

RGB 196219203
HSL0.380.240.81
HSV138°11°86°
CMYK 0.110.000.07   0.14
XYZ58.876066.710666.2733
Yxy66.71060.30690.3477
Hunter Lab81.6766-14.26349.0650
CIE-Lab85.3576-10.66345.2597

#c4dbcb color RGB value is (196,219,203).

#c4dbcb hex color red value is 196, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c4dbcb hue: 0.38 , saturation: 0.24 and the lightness value of c4dbcb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011011 11001011
Octal 304 333 313
Decimal 196 219 203
Hex C4 DB CB

RGB Percentages of Color #c4dbcb

%31.72
%35.44
%32.85

CMYK Percentages of Color #c4dbcb

%11
%0
%7
%14

Triadic Colors of #c4dbcb

#c4dbcb #cbc4db #dbcbc4

Analogous Colors of #c4dbcb

#c4dbcb #c4dbd7 #c9dbc4

Monochromatic Colors of #c4dbcb

#c4dbcb

Complementary Color

#c4dbcb #dbc4d4

#c4dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dbcb Color CSS Codes

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

#c4dbcb Text Font Color

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

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


#c4dbcb Background Color

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

This div background color is #c4dbcb


#c4dbcb Border Color

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

This div border color is #c4dbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dbcb


Comments

No comments written yet.

Please login to write comment.