Color Hex Logo

#c0cdaa Color Hex

#C0CDAA
(192,205,170)
0 Favorites   0 Comments

Color spaces of #c0cdaa

RGB 192205170
HSL0.230.260.74
HSV82°17°80°
CMYK 0.060.000.17   0.20
XYZ50.825257.771446.5024
Yxy57.77140.32770.3725
Hunter Lab76.0075-13.652616.9308
CIE-Lab80.6115-10.593315.9565

#c0cdaa color RGB value is (192,205,170).

#c0cdaa hex color red value is 192, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c0cdaa hue: 0.23 , saturation: 0.26 and the lightness value of c0cdaa is 0.74.

The process color (four color CMYK) of #c0cdaa color hex is 0.06, 0.00, 0.17, 0.20. Web safe color of #c0cdaa is #cccc99. Color #c0cdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001101 10101010
Octal 300 315 252
Decimal 192 205 170
Hex C0 CD AA

RGB Percentages of Color #c0cdaa

%33.86
%36.16
%29.98

CMYK Percentages of Color #c0cdaa

%6
%0
%17
%20

Triadic Colors of #c0cdaa

#c0cdaa #aac0cd #cdaac0

Analogous Colors of #c0cdaa

#c0cdaa #afcdaa #cdc9aa

Monochromatic Colors of #c0cdaa

#c0cdaa

Complementary Color

#c0cdaa #b7aacd

#c0cdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cdaa Color CSS Codes

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

#c0cdaa Text Font Color

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

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


#c0cdaa Background Color

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

This div background color is #c0cdaa


#c0cdaa Border Color

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

This div border color is #c0cdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cdaa


Comments

No comments written yet.

Please login to write comment.