Color Hex Logo

#c4cdb9 Color Hex

#C4CDB9
(196,205,185)
0 Favorites   0 Comments

Color spaces of #c4cdb9

RGB 196205185
HSL0.240.170.76
HSV87°10°80°
CMYK 0.040.000.10   0.20
XYZ53.353258.901254.4560
Yxy58.90120.32000.3533
Hunter Lab76.7471-10.217511.6537
CIE-Lab81.2373-6.67048.8962

#c4cdb9 color RGB value is (196,205,185).

#c4cdb9 hex color red value is 196, green value is 205 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #c4cdb9 hue: 0.24 , saturation: 0.17 and the lightness value of c4cdb9 is 0.76.

The process color (four color CMYK) of #c4cdb9 color hex is 0.04, 0.00, 0.10, 0.20. Web safe color of #c4cdb9 is #cccccc. Color #c4cdb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001101 10111001
Octal 304 315 271
Decimal 196 205 185
Hex C4 CD B9

RGB Percentages of Color #c4cdb9

%33.45
%34.98
%31.57

CMYK Percentages of Color #c4cdb9

%4
%0
%10
%20

Triadic Colors of #c4cdb9

#c4cdb9 #b9c4cd #cdb9c4

Analogous Colors of #c4cdb9

#c4cdb9 #bacdb9 #cdccb9

Monochromatic Colors of #c4cdb9

#c4cdb9

Complementary Color

#c4cdb9 #c2b9cd

#c4cdb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cdb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cdb9 Color CSS Codes

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

#c4cdb9 Text Font Color

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

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


#c4cdb9 Background Color

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

This div background color is #c4cdb9


#c4cdb9 Border Color

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

This div border color is #c4cdb9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,205,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cdb9


Comments

No comments written yet.

Please login to write comment.