Color Hex Logo

#c2da9f Color Hex

#C2DA9F
(194,218,159)
0 Favorites   0 Comments

Color spaces of #c2da9f

RGB 194218159
HSL0.230.440.74
HSV84°27°85°
CMYK 0.110.000.27   0.15
XYZ53.577564.115342.3526
Yxy64.11530.33480.4006
Hunter Lab80.0720-20.688824.6901
CIE-Lab84.0258-18.112626.4637

#c2da9f color RGB value is (194,218,159).

#c2da9f hex color red value is 194, green value is 218 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c2da9f hue: 0.23 , saturation: 0.44 and the lightness value of c2da9f is 0.74.

The process color (four color CMYK) of #c2da9f color hex is 0.11, 0.00, 0.27, 0.15. Web safe color of #c2da9f is #cccc99. Color #c2da9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011010 10011111
Octal 302 332 237
Decimal 194 218 159
Hex C2 DA 9F

RGB Percentages of Color #c2da9f

%33.98
%38.18
%27.85

CMYK Percentages of Color #c2da9f

%11
%0
%27
%15

Triadic Colors of #c2da9f

#c2da9f #9fc2da #da9fc2

Analogous Colors of #c2da9f

#c2da9f #a5da9f #dad59f

Monochromatic Colors of #c2da9f

#c2da9f

Complementary Color

#c2da9f #b79fda

#c2da9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2da9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2da9f Color CSS Codes

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

#c2da9f Text Font Color

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

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


#c2da9f Background Color

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

This div background color is #c2da9f


#c2da9f Border Color

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

This div border color is #c2da9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2da9f


Comments

No comments written yet.

Please login to write comment.