Color Hex Logo

#cfaa2b Color Hex

#CFAA2B
(207,170,43)
0 Favorites   0 Comments

Color spaces of #cfaa2b

RGB 20717043
HSL0.130.660.49
HSV46°79°81°
CMYK 0.000.180.79   0.19
XYZ40.542942.18938.2920
Yxy42.18930.44540.4635
Hunter Lab64.9533-2.251237.8983
CIE-Lab71.00121.376665.2281

#cfaa2b color RGB value is (207,170,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 00101011
Octal 317 252 53
Decimal 207 170 43
Hex CF AA 2B

RGB Percentages of Color #cfaa2b

%49.29
%40.48
%10.24

CMYK Percentages of Color #cfaa2b

%0
%18
%79
%19

Triadic Colors of #cfaa2b

#cfaa2b #2bcfaa #aa2bcf

Analogous Colors of #cfaa2b

#cfaa2b #a2cf2b #cf582b

Monochromatic Colors of #cfaa2b

#cfaa2b

Complementary Color

#cfaa2b #2b50cf

#cfaa2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaa2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaa2b Color CSS Codes

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

#cfaa2b Text Font Color

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

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


#cfaa2b Background Color

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

This div background color is #cfaa2b


#cfaa2b Border Color

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

This div border color is #cfaa2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaa2b


Comments

No comments written yet.

Please login to write comment.