Color Hex Logo

#cfad55 Color Hex

#CFAD55
(207,173,85)
0 Favorites   0 Comments

Color spaces of #cfad55

RGB 20717385
HSL0.120.560.57
HSV43°59°81°
CMYK 0.000.160.59   0.19
XYZ42.315443.808414.8199
Yxy43.80840.41920.4340
Hunter Lab66.1879-1.709833.0561
CIE-Lab72.10022.046549.0184

#cfad55 color RGB value is (207,173,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 01010101
Octal 317 255 125
Decimal 207 173 85
Hex CF AD 55

RGB Percentages of Color #cfad55

%44.52
%37.20
%18.28

CMYK Percentages of Color #cfad55

%0
%16
%59
%19

Triadic Colors of #cfad55

#cfad55 #55cfad #ad55cf

Analogous Colors of #cfad55

#cfad55 #b4cf55 #cf7055

Monochromatic Colors of #cfad55

#cfad55

Complementary Color

#cfad55 #5577cf

#cfad55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfad55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfad55 Color CSS Codes

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

#cfad55 Text Font Color

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

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


#cfad55 Background Color

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

This div background color is #cfad55


#cfad55 Border Color

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

This div border color is #cfad55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfad55


Comments

No comments written yet.

Please login to write comment.