Color Hex Logo

#c7d7ae Color Hex

#C7D7AE
(199,215,174)
0 Favorites   0 Comments

Color spaces of #c7d7ae

RGB 199215174
HSL0.230.340.76
HSV83°19°84°
CMYK 0.070.000.19   0.16
XYZ55.493663.799049.4340
Yxy63.79900.32890.3781
Hunter Lab79.8743-15.765019.2176
CIE-Lab83.8610-12.536218.4583

#c7d7ae color RGB value is (199,215,174).

#c7d7ae hex color red value is 199, green value is 215 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c7d7ae hue: 0.23 , saturation: 0.34 and the lightness value of c7d7ae is 0.76.

The process color (four color CMYK) of #c7d7ae color hex is 0.07, 0.00, 0.19, 0.16. Web safe color of #c7d7ae is #cccc99. Color #c7d7ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11010111 10101110
Octal 307 327 256
Decimal 199 215 174
Hex C7 D7 AE

RGB Percentages of Color #c7d7ae

%33.84
%36.56
%29.59

CMYK Percentages of Color #c7d7ae

%7
%0
%19
%16

Triadic Colors of #c7d7ae

#c7d7ae #aec7d7 #d7aec7

Analogous Colors of #c7d7ae

#c7d7ae #b3d7ae #d7d3ae

Monochromatic Colors of #c7d7ae

#c7d7ae

Complementary Color

#c7d7ae #beaed7

#c7d7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7d7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7d7ae Color CSS Codes

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

#c7d7ae Text Font Color

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

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


#c7d7ae Background Color

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

This div background color is #c7d7ae


#c7d7ae Border Color

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

This div border color is #c7d7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7d7ae


Comments

No comments written yet.

Please login to write comment.