Color Hex Logo

#cfab55 Color Hex

#CFAB55
(207,171,85)
0 Favorites   0 Comments

Color spaces of #cfab55

RGB 20717185
HSL0.120.560.57
HSV42°59°81°
CMYK 0.000.170.59   0.19
XYZ41.934743.047114.6931
Yxy43.04710.42070.4319
Hunter Lab65.6103-0.730032.6495
CIE-Lab71.58693.110748.4276

#cfab55 color RGB value is (207,171,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 01010101
Octal 317 253 125
Decimal 207 171 85
Hex CF AB 55

RGB Percentages of Color #cfab55

%44.71
%36.93
%18.36

CMYK Percentages of Color #cfab55

%0
%17
%59
%19

Triadic Colors of #cfab55

#cfab55 #55cfab #ab55cf

Analogous Colors of #cfab55

#cfab55 #b6cf55 #cf6e55

Monochromatic Colors of #cfab55

#cfab55

Complementary Color

#cfab55 #5579cf

#cfab55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfab55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfab55 Color CSS Codes

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

#cfab55 Text Font Color

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

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


#cfab55 Background Color

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

This div background color is #cfab55


#cfab55 Border Color

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

This div border color is #cfab55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfab55


Comments

No comments written yet.

Please login to write comment.