Color Hex Logo

#c7deae Color Hex

#C7DEAE
(199,222,174)
0 Favorites   0 Comments

Color spaces of #c7deae

RGB 199222174
HSL0.250.420.78
HSV89°22°87°
CMYK 0.100.000.22   0.13
XYZ57.314467.440750.0410
Yxy67.44070.32790.3858
Hunter Lab82.1223-19.136121.3574
CIE-Lab85.7260-16.053621.0473

#c7deae color RGB value is (199,222,174).

#c7deae hex color red value is 199, green value is 222 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c7deae hue: 0.25 , saturation: 0.42 and the lightness value of c7deae is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011110 10101110
Octal 307 336 256
Decimal 199 222 174
Hex C7 DE AE

RGB Percentages of Color #c7deae

%33.45
%37.31
%29.24

CMYK Percentages of Color #c7deae

%10
%0
%22
%13

Triadic Colors of #c7deae

#c7deae #aec7de #deaec7

Analogous Colors of #c7deae

#c7deae #afdeae #deddae

Monochromatic Colors of #c7deae

#c7deae

Complementary Color

#c7deae #c5aede

#c7deae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7deae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7deae Color CSS Codes

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

#c7deae Text Font Color

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

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


#c7deae Background Color

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

This div background color is #c7deae


#c7deae Border Color

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

This div border color is #c7deae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,222,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7deae


Comments

No comments written yet.

Please login to write comment.