Color Hex Logo

#cfaf96 Color Hex

#CFAF96
(207,175,150)
0 Favorites   0 Comments

Color spaces of #cfaf96

RGB 207175150
HSL0.070.370.70
HSV26°28°81°
CMYK 0.000.150.28   0.19
XYZ46.567146.127435.3033
Yxy46.12740.36380.3604
Hunter Lab67.91723.532716.7231
CIE-Lab73.62817.841917.1328

#cfaf96 color RGB value is (207,175,150).

#cfaf96 hex color red value is 207, green value is 175 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cfaf96 hue: 0.07 , saturation: 0.37 and the lightness value of cfaf96 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101111 10010110
Octal 317 257 226
Decimal 207 175 150
Hex CF AF 96

RGB Percentages of Color #cfaf96

%38.91
%32.89
%28.20

CMYK Percentages of Color #cfaf96

%0
%15
%28
%19

Triadic Colors of #cfaf96

#cfaf96 #96cfaf #af96cf

Analogous Colors of #cfaf96

#cfaf96 #cfcc96 #cf969a

Monochromatic Colors of #cfaf96

#cfaf96

Complementary Color

#cfaf96 #96b6cf

#cfaf96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaf96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaf96 Color CSS Codes

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

#cfaf96 Text Font Color

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

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


#cfaf96 Background Color

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

This div background color is #cfaf96


#cfaf96 Border Color

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

This div border color is #cfaf96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaf96


Comments

No comments written yet.

Please login to write comment.