Color Hex Logo

#cfad57 Color Hex

#CFAD57
(207,173,87)
0 Favorites   0 Comments

Color spaces of #cfad57

RGB 20717387
HSL0.120.560.58
HSV43°58°81°
CMYK 0.000.160.58   0.19
XYZ42.396043.840715.2444
Yxy43.84070.41780.4320
Hunter Lab66.2123-1.577332.6980
CIE-Lab72.12192.195548.0826

#cfad57 color RGB value is (207,173,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 01010111
Octal 317 255 127
Decimal 207 173 87
Hex CF AD 57

RGB Percentages of Color #cfad57

%44.33
%37.04
%18.63

CMYK Percentages of Color #cfad57

%0
%16
%58
%19

Triadic Colors of #cfad57

#cfad57 #57cfad #ad57cf

Analogous Colors of #cfad57

#cfad57 #b5cf57 #cf7157

Monochromatic Colors of #cfad57

#cfad57

Complementary Color

#cfad57 #5779cf

#cfad57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfad57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfad57 Color CSS Codes

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

#cfad57 Text Font Color

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

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


#cfad57 Background Color

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

This div background color is #cfad57


#cfad57 Border Color

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

This div border color is #cfad57


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,173,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 #cfad57">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfad57


Comments

No comments written yet.

Please login to write comment.