Color Hex Logo

#cfaf84 Color Hex

#CFAF84
(207,175,132)
0 Favorites   0 Comments

Color spaces of #cfaf84

RGB 207175132
HSL0.100.440.66
HSV34°36°81°
CMYK 0.000.150.36   0.19
XYZ45.227045.591328.2461
Yxy45.59130.37990.3829
Hunter Lab67.52131.400222.4622
CIE-Lab73.27955.526426.3757

#cfaf84 color RGB value is (207,175,132).

#cfaf84 hex color red value is 207, green value is 175 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #cfaf84 hue: 0.10 , saturation: 0.44 and the lightness value of cfaf84 is 0.66.

The process color (four color CMYK) of #cfaf84 color hex is 0.00, 0.15, 0.36, 0.19. Web safe color of #cfaf84 is #cc9999. Color #cfaf84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101111 10000100
Octal 317 257 204
Decimal 207 175 132
Hex CF AF 84

RGB Percentages of Color #cfaf84

%40.27
%34.05
%25.68

CMYK Percentages of Color #cfaf84

%0
%15
%36
%19

Triadic Colors of #cfaf84

#cfaf84 #84cfaf #af84cf

Analogous Colors of #cfaf84

#cfaf84 #cacf84 #cf8a84

Monochromatic Colors of #cfaf84

#cfaf84

Complementary Color

#cfaf84 #84a4cf

#cfaf84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaf84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaf84 Color CSS Codes

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

#cfaf84 Text Font Color

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

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


#cfaf84 Background Color

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

This div background color is #cfaf84


#cfaf84 Border Color

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

This div border color is #cfaf84


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,175,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cfaf84">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaf84


Comments

No comments written yet.

Please login to write comment.