Color Hex Logo

#cfd2aa Color Hex

#CFD2AA
(207,210,170)
0 Favorites   0 Comments

Color spaces of #cfd2aa

RGB 207210170
HSL0.180.310.75
HSV64°19°82°
CMYK 0.010.000.19   0.18
XYZ56.034462.260947.0944
Yxy62.26090.33880.3764
Hunter Lab78.9056-11.323919.8470
CIE-Lab83.0520-7.695919.5277

#cfd2aa color RGB value is (207,210,170).

#cfd2aa hex color red value is 207, green value is 210 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cfd2aa hue: 0.18 , saturation: 0.31 and the lightness value of cfd2aa is 0.75.

The process color (four color CMYK) of #cfd2aa color hex is 0.01, 0.00, 0.19, 0.18. Web safe color of #cfd2aa is #cccc99. Color #cfd2aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010010 10101010
Octal 317 322 252
Decimal 207 210 170
Hex CF D2 AA

RGB Percentages of Color #cfd2aa

%35.26
%35.78
%28.96

CMYK Percentages of Color #cfd2aa

%1
%0
%19
%18

Triadic Colors of #cfd2aa

#cfd2aa #aacfd2 #d2aacf

Analogous Colors of #cfd2aa

#cfd2aa #bbd2aa #d2c1aa

Monochromatic Colors of #cfd2aa

#cfd2aa

Complementary Color

#cfd2aa #adaad2

#cfd2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd2aa Color CSS Codes

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

#cfd2aa Text Font Color

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

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


#cfd2aa Background Color

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

This div background color is #cfd2aa


#cfd2aa Border Color

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

This div border color is #cfd2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd2aa


Comments

No comments written yet.

Please login to write comment.