Color Hex Logo

#cfd3aa Color Hex

#CFD3AA
(207,211,170)
0 Favorites   0 Comments

Color spaces of #cfd3aa

RGB 207211170
HSL0.180.320.75
HSV66°19°83°
CMYK 0.020.000.19   0.17
XYZ56.282162.756247.1770
Yxy62.75620.33860.3776
Hunter Lab79.2188-11.815120.1443
CIE-Lab83.3139-8.208219.8910

#cfd3aa color RGB value is (207,211,170).

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

The process color (four color CMYK) of #cfd3aa color hex is 0.02, 0.00, 0.19, 0.17. Web safe color of #cfd3aa is #cccc99. Color #cfd3aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010011 10101010
Octal 317 323 252
Decimal 207 211 170
Hex CF D3 AA

RGB Percentages of Color #cfd3aa

%35.20
%35.88
%28.91

CMYK Percentages of Color #cfd3aa

%2
%0
%19
%17

Triadic Colors of #cfd3aa

#cfd3aa #aacfd3 #d3aacf

Analogous Colors of #cfd3aa

#cfd3aa #bbd3aa #d3c3aa

Monochromatic Colors of #cfd3aa

#cfd3aa

Complementary Color

#cfd3aa #aeaad3

#cfd3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd3aa Color CSS Codes

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

#cfd3aa Text Font Color

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

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


#cfd3aa Background Color

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

This div background color is #cfd3aa


#cfd3aa Border Color

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

This div border color is #cfd3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd3aa


Comments

No comments written yet.

Please login to write comment.