Color Hex Logo

#afa237 Color Hex

#AFA237
(175,162,55)
0 Favorites   0 Comments

Color spaces of #afa237

RGB 17516255
HSL0.150.520.45
HSV54°69°69°
CMYK 0.000.070.69   0.31
XYZ31.289135.23058.7655
Yxy35.23050.41560.4680
Hunter Lab59.3553-9.775632.7928
CIE-Lab65.9277-7.896454.8968

#afa237 color RGB value is (175,162,55).

#afa237 hex color red value is 175, green value is 162 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #afa237 hue: 0.15 , saturation: 0.52 and the lightness value of afa237 is 0.45.

The process color (four color CMYK) of #afa237 color hex is 0.00, 0.07, 0.69, 0.31. Web safe color of #afa237 is #999933. Color #afa237 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 00110111
Octal 257 242 67
Decimal 175 162 55
Hex AF A2 37

RGB Percentages of Color #afa237

%44.64
%41.33
%14.03

CMYK Percentages of Color #afa237

%0
%7
%69
%31

Triadic Colors of #afa237

#afa237 #37afa2 #a237af

Analogous Colors of #afa237

#afa237 #80af37 #af6637

Monochromatic Colors of #afa237

#afa237

Complementary Color

#afa237 #3744af

#afa237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa237 Color CSS Codes

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

#afa237 Text Font Color

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

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


#afa237 Background Color

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

This div background color is #afa237


#afa237 Border Color

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

This div border color is #afa237


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,162,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afa237; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afa237;
  -webkit-box-shadow: 1px 1px 3px 2px #afa237;
  box-shadow:         1px 1px 3px 2px #afa237; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,162,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa237


Comments

No comments written yet.

Please login to write comment.