Color Hex Logo

#cfd7ae Color Hex

#CFD7AE
(207,215,174)
0 Favorites   0 Comments

Color spaces of #cfd7ae

RGB 207215174
HSL0.200.340.76
HSV72°19°84°
CMYK 0.040.000.19   0.16
XYZ57.672564.922349.5360
Yxy64.92230.33510.3772
Hunter Lab80.5744-13.240719.9514
CIE-Lab84.4437-9.648319.3573

#cfd7ae color RGB value is (207,215,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010111 10101110
Octal 317 327 256
Decimal 207 215 174
Hex CF D7 AE

RGB Percentages of Color #cfd7ae

%34.73
%36.07
%29.19

CMYK Percentages of Color #cfd7ae

%4
%0
%19
%16

Triadic Colors of #cfd7ae

#cfd7ae #aecfd7 #d7aecf

Analogous Colors of #cfd7ae

#cfd7ae #bbd7ae #d7cbae

Monochromatic Colors of #cfd7ae

#cfd7ae

Complementary Color

#cfd7ae #b6aed7

#cfd7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd7ae Color CSS Codes

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

#cfd7ae Text Font Color

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

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


#cfd7ae Background Color

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

This div background color is #cfd7ae


#cfd7ae Border Color

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

This div border color is #cfd7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd7ae


Comments

No comments written yet.

Please login to write comment.