Color Hex Logo

#cfc4aa Color Hex

#CFC4AA
(207,196,170)
0 Favorites   0 Comments

Color spaces of #cfc4aa

RGB 207196170
HSL0.120.280.74
HSV42°18°81°
CMYK 0.000.050.18   0.19
XYZ52.727855.647545.9922
Yxy55.64750.34160.3605
Hunter Lab74.5973-4.375515.6634
CIE-Lab79.4128-0.424214.4426

#cfc4aa color RGB value is (207,196,170).

#cfc4aa hex color red value is 207, green value is 196 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cfc4aa hue: 0.12 , saturation: 0.28 and the lightness value of cfc4aa is 0.74.

The process color (four color CMYK) of #cfc4aa color hex is 0.00, 0.05, 0.18, 0.19. Web safe color of #cfc4aa is #cccc99. Color #cfc4aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000100 10101010
Octal 317 304 252
Decimal 207 196 170
Hex CF C4 AA

RGB Percentages of Color #cfc4aa

%36.13
%34.21
%29.67

CMYK Percentages of Color #cfc4aa

%0
%5
%18
%19

Triadic Colors of #cfc4aa

#cfc4aa #aacfc4 #c4aacf

Analogous Colors of #cfc4aa

#cfc4aa #c8cfaa #cfb2aa

Monochromatic Colors of #cfc4aa

#cfc4aa

Complementary Color

#cfc4aa #aab5cf

#cfc4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc4aa Color CSS Codes

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

#cfc4aa Text Font Color

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

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


#cfc4aa Background Color

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

This div background color is #cfc4aa


#cfc4aa Border Color

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

This div border color is #cfc4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc4aa


Comments

No comments written yet.

Please login to write comment.