Color Hex Logo

#cfaf89 Color Hex

#CFAF89
(207,175,137)
0 Favorites   0 Comments

Color spaces of #cfaf89

RGB 207175137
HSL0.090.420.67
HSV33°34°81°
CMYK 0.000.150.34   0.19
XYZ45.577545.731530.0918
Yxy45.73150.37540.3767
Hunter Lab67.62511.960420.9547
CIE-Lab73.37106.138123.8134

#cfaf89 color RGB value is (207,175,137).

#cfaf89 hex color red value is 207, green value is 175 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #cfaf89 hue: 0.09 , saturation: 0.42 and the lightness value of cfaf89 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101111 10001001
Octal 317 257 211
Decimal 207 175 137
Hex CF AF 89

RGB Percentages of Color #cfaf89

%39.88
%33.72
%26.40

CMYK Percentages of Color #cfaf89

%0
%15
%34
%19

Triadic Colors of #cfaf89

#cfaf89 #89cfaf #af89cf

Analogous Colors of #cfaf89

#cfaf89 #cccf89 #cf8c89

Monochromatic Colors of #cfaf89

#cfaf89

Complementary Color

#cfaf89 #89a9cf

#cfaf89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaf89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaf89 Color CSS Codes

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

#cfaf89 Text Font Color

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

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


#cfaf89 Background Color

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

This div background color is #cfaf89


#cfaf89 Border Color

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

This div border color is #cfaf89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaf89


Comments

No comments written yet.

Please login to write comment.