Color Hex Logo

#c2d09f Color Hex

#C2D09F
(194,208,159)
0 Favorites   0 Comments

Color spaces of #c2d09f

RGB 194208159
HSL0.210.340.72
HSV77°24°82°
CMYK 0.070.000.24   0.18
XYZ51.062059.084341.5140
Yxy59.08430.33670.3896
Hunter Lab76.8663-15.939221.7850
CIE-Lab81.3379-13.095022.7994

#c2d09f color RGB value is (194,208,159).

#c2d09f hex color red value is 194, green value is 208 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c2d09f hue: 0.21 , saturation: 0.34 and the lightness value of c2d09f is 0.72.

The process color (four color CMYK) of #c2d09f color hex is 0.07, 0.00, 0.24, 0.18. Web safe color of #c2d09f is #cccc99. Color #c2d09f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11010000 10011111
Octal 302 320 237
Decimal 194 208 159
Hex C2 D0 9F

RGB Percentages of Color #c2d09f

%34.58
%37.08
%28.34

CMYK Percentages of Color #c2d09f

%7
%0
%24
%18

Triadic Colors of #c2d09f

#c2d09f #9fc2d0 #d09fc2

Analogous Colors of #c2d09f

#c2d09f #aad09f #d0c69f

Monochromatic Colors of #c2d09f

#c2d09f

Complementary Color

#c2d09f #ad9fd0

#c2d09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2d09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2d09f Color CSS Codes

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

#c2d09f Text Font Color

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

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


#c2d09f Background Color

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

This div background color is #c2d09f


#c2d09f Border Color

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

This div border color is #c2d09f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,208,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2d09f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2d09f;
  -webkit-box-shadow: 1px 1px 3px 2px #c2d09f;
  box-shadow:         1px 1px 3px 2px #c2d09f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,208,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2d09f


Comments

No comments written yet.

Please login to write comment.