Color Hex Logo

#cfab3a Color Hex

#CFAB3A
(207,171,58)
0 Favorites   0 Comments

Color spaces of #cfab3a

RGB 20717158
HSL0.130.610.52
HSV46°72°81°
CMYK 0.000.170.72   0.19
XYZ41.058842.696710.0802
Yxy42.69670.43760.4550
Hunter Lab65.3427-2.187336.5934
CIE-Lab71.34861.469060.1252

#cfab3a color RGB value is (207,171,58).

#cfab3a hex color red value is 207, green value is 171 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cfab3a hue: 0.13 , saturation: 0.61 and the lightness value of cfab3a is 0.52.

The process color (four color CMYK) of #cfab3a color hex is 0.00, 0.17, 0.72, 0.19. Web safe color of #cfab3a is #cc9933. Color #cfab3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 00111010
Octal 317 253 72
Decimal 207 171 58
Hex CF AB 3A

RGB Percentages of Color #cfab3a

%47.48
%39.22
%13.30

CMYK Percentages of Color #cfab3a

%0
%17
%72
%19

Triadic Colors of #cfab3a

#cfab3a #3acfab #ab3acf

Analogous Colors of #cfab3a

#cfab3a #a9cf3a #cf603a

Monochromatic Colors of #cfab3a

#cfab3a

Complementary Color

#cfab3a #3a5ecf

#cfab3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfab3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfab3a Color CSS Codes

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

#cfab3a Text Font Color

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

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


#cfab3a Background Color

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

This div background color is #cfab3a


#cfab3a Border Color

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

This div border color is #cfab3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfab3a


Comments

No comments written yet.

Please login to write comment.