Color Hex Logo

#cfab2a Color Hex

#CFAB2A
(207,171,42)
0 Favorites   0 Comments

Color spaces of #cfab2a

RGB 20717142
HSL0.130.660.49
HSV47°80°81°
CMYK 0.000.170.80   0.19
XYZ40.713042.55848.2593
Yxy42.55840.44480.4650
Hunter Lab65.2368-2.766138.1594
CIE-Lab71.25420.811865.7758

#cfab2a color RGB value is (207,171,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 00101010
Octal 317 253 52
Decimal 207 171 42
Hex CF AB 2A

RGB Percentages of Color #cfab2a

%49.29
%40.71
%10.00

CMYK Percentages of Color #cfab2a

%0
%17
%80
%19

Triadic Colors of #cfab2a

#cfab2a #2acfab #ab2acf

Analogous Colors of #cfab2a

#cfab2a #a1cf2a #cf592a

Monochromatic Colors of #cfab2a

#cfab2a

Complementary Color

#cfab2a #2a4ecf

#cfab2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfab2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfab2a Color CSS Codes

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

#cfab2a Text Font Color

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

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


#cfab2a Background Color

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

This div background color is #cfab2a


#cfab2a Border Color

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

This div border color is #cfab2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfab2a


Comments

No comments written yet.

Please login to write comment.