Color Hex Logo

#c0d6aa Color Hex

#C0D6AA
(192,214,170)
0 Favorites   0 Comments

Color spaces of #c0d6aa

RGB 192214170
HSL0.250.350.75
HSV90°21°84°
CMYK 0.100.000.21   0.16
XYZ53.040562.201947.2408
Yxy62.20190.32640.3828
Hunter Lab78.8682-17.974319.6939
CIE-Lab83.0207-15.164919.3172

#c0d6aa color RGB value is (192,214,170).

#c0d6aa hex color red value is 192, green value is 214 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c0d6aa hue: 0.25 , saturation: 0.35 and the lightness value of c0d6aa is 0.75.

The process color (four color CMYK) of #c0d6aa color hex is 0.10, 0.00, 0.21, 0.16. Web safe color of #c0d6aa is #cccc99. Color #c0d6aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11010110 10101010
Octal 300 326 252
Decimal 192 214 170
Hex C0 D6 AA

RGB Percentages of Color #c0d6aa

%33.33
%37.15
%29.51

CMYK Percentages of Color #c0d6aa

%10
%0
%21
%16

Triadic Colors of #c0d6aa

#c0d6aa #aac0d6 #d6aac0

Analogous Colors of #c0d6aa

#c0d6aa #aad6aa #d6d6aa

Monochromatic Colors of #c0d6aa

#c0d6aa

Complementary Color

#c0d6aa #c0aad6

#c0d6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0d6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0d6aa Color CSS Codes

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

#c0d6aa Text Font Color

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

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


#c0d6aa Background Color

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

This div background color is #c0d6aa


#c0d6aa Border Color

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

This div border color is #c0d6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0d6aa


Comments

No comments written yet.

Please login to write comment.