Color Hex Logo

#c7deaa Color Hex

#C7DEAA
(199,222,170)
0 Favorites   0 Comments

Color spaces of #c7deaa

RGB 199222170
HSL0.240.440.77
HSV87°23°87°
CMYK 0.100.000.23   0.13
XYZ56.930267.286948.0174
Yxy67.28690.33050.3907
Hunter Lab82.0286-19.665922.7132
CIE-Lab85.6486-16.666023.0230

#c7deaa color RGB value is (199,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011110 10101010
Octal 307 336 252
Decimal 199 222 170
Hex C7 DE AA

RGB Percentages of Color #c7deaa

%33.67
%37.56
%28.76

CMYK Percentages of Color #c7deaa

%10
%0
%23
%13

Triadic Colors of #c7deaa

#c7deaa #aac7de #deaac7

Analogous Colors of #c7deaa

#c7deaa #addeaa #dedbaa

Monochromatic Colors of #c7deaa

#c7deaa

Complementary Color

#c7deaa #c1aade

#c7deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7deaa Color CSS Codes

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

#c7deaa Text Font Color

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

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


#c7deaa Background Color

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

This div background color is #c7deaa


#c7deaa Border Color

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

This div border color is #c7deaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7deaa


Comments

No comments written yet.

Please login to write comment.