Color Hex Logo

#cfaf73 Color Hex

#CFAF73
(207,175,115)
0 Favorites   0 Comments

Color spaces of #cfaf73

RGB 207175115
HSL0.110.490.63
HSV39°44°81°
CMYK 0.000.150.44   0.19
XYZ44.156645.163122.6097
Yxy45.16310.39450.4035
Hunter Lab67.2035-0.321327.0951
CIE-Lab72.99923.630835.0132

#cfaf73 color RGB value is (207,175,115).

#cfaf73 hex color red value is 207, green value is 175 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cfaf73 hue: 0.11 , saturation: 0.49 and the lightness value of cfaf73 is 0.63.

The process color (four color CMYK) of #cfaf73 color hex is 0.00, 0.15, 0.44, 0.19. Web safe color of #cfaf73 is #cc9966. Color #cfaf73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101111 01110011
Octal 317 257 163
Decimal 207 175 115
Hex CF AF 73

RGB Percentages of Color #cfaf73

%41.65
%35.21
%23.14

CMYK Percentages of Color #cfaf73

%0
%15
%44
%19

Triadic Colors of #cfaf73

#cfaf73 #73cfaf #af73cf

Analogous Colors of #cfaf73

#cfaf73 #c1cf73 #cf8173

Monochromatic Colors of #cfaf73

#cfaf73

Complementary Color

#cfaf73 #7393cf

#cfaf73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaf73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaf73 Color CSS Codes

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

#cfaf73 Text Font Color

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

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


#cfaf73 Background Color

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

This div background color is #cfaf73


#cfaf73 Border Color

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

This div border color is #cfaf73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaf73


Comments

No comments written yet.

Please login to write comment.