Color Hex Logo

#c2dfaa Color Hex

#C2DFAA
(194,223,170)
0 Favorites   0 Comments

Color spaces of #c2dfaa

RGB 194223170
HSL0.260.450.77
HSV93°24°87°
CMYK 0.130.000.24   0.13
XYZ55.891567.147048.0451
Yxy67.14700.32670.3925
Hunter Lab81.9433-21.650222.5973
CIE-Lab85.5781-18.941222.8722

#c2dfaa color RGB value is (194,223,170).

#c2dfaa hex color red value is 194, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c2dfaa hue: 0.26 , saturation: 0.45 and the lightness value of c2dfaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011111 10101010
Octal 302 337 252
Decimal 194 223 170
Hex C2 DF AA

RGB Percentages of Color #c2dfaa

%33.05
%37.99
%28.96

CMYK Percentages of Color #c2dfaa

%13
%0
%24
%13

Triadic Colors of #c2dfaa

#c2dfaa #aac2df #dfaac2

Analogous Colors of #c2dfaa

#c2dfaa #aadfad #dddfaa

Monochromatic Colors of #c2dfaa

#c2dfaa

Complementary Color

#c2dfaa #c7aadf

#c2dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dfaa Color CSS Codes

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

#c2dfaa Text Font Color

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

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


#c2dfaa Background Color

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

This div background color is #c2dfaa


#c2dfaa Border Color

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

This div border color is #c2dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dfaa


Comments

No comments written yet.

Please login to write comment.