Color Hex Logo

#c7dfaa Color Hex

#C7DFAA
(199,223,170)
0 Favorites   0 Comments

Color spaces of #c7dfaa

RGB 199223170
HSL0.240.450.77
HSV87°24°87°
CMYK 0.110.000.24   0.13
XYZ57.196667.819748.1062
Yxy67.81970.33040.3917
Hunter Lab82.3527-20.143323.0127
CIE-Lab85.9162-17.163023.3906

#c7dfaa color RGB value is (199,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011111 10101010
Octal 307 337 252
Decimal 199 223 170
Hex C7 DF AA

RGB Percentages of Color #c7dfaa

%33.61
%37.67
%28.72

CMYK Percentages of Color #c7dfaa

%11
%0
%24
%13

Triadic Colors of #c7dfaa

#c7dfaa #aac7df #dfaac7

Analogous Colors of #c7dfaa

#c7dfaa #addfaa #dfddaa

Monochromatic Colors of #c7dfaa

#c7dfaa

Complementary Color

#c7dfaa #c2aadf

#c7dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dfaa Color CSS Codes

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

#c7dfaa Text Font Color

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

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


#c7dfaa Background Color

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

This div background color is #c7dfaa


#c7dfaa Border Color

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

This div border color is #c7dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dfaa


Comments

No comments written yet.

Please login to write comment.