Color Hex Logo

#cfab52 Color Hex

#CFAB52
(207,171,82)
0 Favorites   0 Comments

Color spaces of #cfab52

RGB 20717182
HSL0.120.570.57
HSV43°60°81°
CMYK 0.000.170.60   0.19
XYZ41.818043.000414.0785
Yxy43.00040.42280.4348
Hunter Lab65.5747-0.923533.1731
CIE-Lab71.55522.893849.8237

#cfab52 color RGB value is (207,171,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 01010010
Octal 317 253 122
Decimal 207 171 82
Hex CF AB 52

RGB Percentages of Color #cfab52

%45.00
%37.17
%17.83

CMYK Percentages of Color #cfab52

%0
%17
%60
%19

Triadic Colors of #cfab52

#cfab52 #52cfab #ab52cf

Analogous Colors of #cfab52

#cfab52 #b5cf52 #cf6d52

Monochromatic Colors of #cfab52

#cfab52

Complementary Color

#cfab52 #5276cf

#cfab52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfab52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfab52 Color CSS Codes

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

#cfab52 Text Font Color

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

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


#cfab52 Background Color

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

This div background color is #cfab52


#cfab52 Border Color

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

This div border color is #cfab52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfab52


Comments

No comments written yet.

Please login to write comment.