Color Hex Logo

#c7d2ae Color Hex

#C7D2AE
(199,210,174)
0 Favorites   0 Comments

Color spaces of #c7d2ae

RGB 199210174
HSL0.220.290.75
HSV78°17°82°
CMYK 0.050.000.17   0.18
XYZ54.239861.291349.0161
Yxy61.29130.32960.3725
Hunter Lab78.2888-13.337517.6810
CIE-Lab82.5351-9.992416.6067

#c7d2ae color RGB value is (199,210,174).

#c7d2ae hex color red value is 199, green value is 210 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c7d2ae hue: 0.22 , saturation: 0.29 and the lightness value of c7d2ae is 0.75.

The process color (four color CMYK) of #c7d2ae color hex is 0.05, 0.00, 0.17, 0.18. Web safe color of #c7d2ae is #cccc99. Color #c7d2ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11010010 10101110
Octal 307 322 256
Decimal 199 210 174
Hex C7 D2 AE

RGB Percentages of Color #c7d2ae

%34.13
%36.02
%29.85

CMYK Percentages of Color #c7d2ae

%5
%0
%17
%18

Triadic Colors of #c7d2ae

#c7d2ae #aec7d2 #d2aec7

Analogous Colors of #c7d2ae

#c7d2ae #b5d2ae #d2cbae

Monochromatic Colors of #c7d2ae

#c7d2ae

Complementary Color

#c7d2ae #b9aed2

#c7d2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7d2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7d2ae Color CSS Codes

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

#c7d2ae Text Font Color

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

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


#c7d2ae Background Color

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

This div background color is #c7d2ae


#c7d2ae Border Color

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

This div border color is #c7d2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7d2ae


Comments

No comments written yet.

Please login to write comment.