Color Hex Logo

#cfaf57 Color Hex

#CFAF57
(207,175,87)
0 Favorites   0 Comments

Color spaces of #cfaf57

RGB 20717587
HSL0.120.560.58
HSV44°58°81°
CMYK 0.000.150.58   0.19
XYZ42.782444.613515.3732
Yxy44.61350.41630.4341
Hunter Lab66.7933-2.555733.1091
CIE-Lab72.63671.133748.6785

#cfaf57 color RGB value is (207,175,87).

#cfaf57 hex color red value is 207, green value is 175 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #cfaf57 hue: 0.12 , saturation: 0.56 and the lightness value of cfaf57 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101111 01010111
Octal 317 257 127
Decimal 207 175 87
Hex CF AF 57

RGB Percentages of Color #cfaf57

%44.14
%37.31
%18.55

CMYK Percentages of Color #cfaf57

%0
%15
%58
%19

Triadic Colors of #cfaf57

#cfaf57 #57cfaf #af57cf

Analogous Colors of #cfaf57

#cfaf57 #b3cf57 #cf7357

Monochromatic Colors of #cfaf57

#cfaf57

Complementary Color

#cfaf57 #5777cf

#cfaf57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaf57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaf57 Color CSS Codes

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

#cfaf57 Text Font Color

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

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


#cfaf57 Background Color

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

This div background color is #cfaf57


#cfaf57 Border Color

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

This div border color is #cfaf57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaf57


Comments

No comments written yet.

Please login to write comment.