Color Hex Logo

#cfaa1a Color Hex

#CFAA1A
(207,170,26)
0 Favorites   0 Comments

Color spaces of #cfaa1a

RGB 20717026
HSL0.130.780.46
HSV48°87°81°
CMYK 0.000.180.87   0.19
XYZ40.293342.08946.9777
Yxy42.08940.45090.4710
Hunter Lab64.8763-2.671139.0366
CIE-Lab70.93250.898969.8485

#cfaa1a color RGB value is (207,170,26).

#cfaa1a hex color red value is 207, green value is 170 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #cfaa1a hue: 0.13 , saturation: 0.78 and the lightness value of cfaa1a is 0.46.

The process color (four color CMYK) of #cfaa1a color hex is 0.00, 0.18, 0.87, 0.19. Web safe color of #cfaa1a is #cc9933. Color #cfaa1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 00011010
Octal 317 252 32
Decimal 207 170 26
Hex CF AA 1A

RGB Percentages of Color #cfaa1a

%51.36
%42.18
%6.45

CMYK Percentages of Color #cfaa1a

%0
%18
%87
%19

Triadic Colors of #cfaa1a

#cfaa1a #1acfaa #aa1acf

Analogous Colors of #cfaa1a

#cfaa1a #9acf1a #cf501a

Monochromatic Colors of #cfaa1a

#cfaa1a

Complementary Color

#cfaa1a #1a3fcf

#cfaa1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaa1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaa1a Color CSS Codes

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

#cfaa1a Text Font Color

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

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


#cfaa1a Background Color

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

This div background color is #cfaa1a


#cfaa1a Border Color

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

This div border color is #cfaa1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaa1a


Comments

No comments written yet.

Please login to write comment.