Color Hex Logo

#afa25b Color Hex

#AFA25B
(175,162,91)
0 Favorites   0 Comments

Color spaces of #afa25b

RGB 17516291
HSL0.140.340.52
HSV51°48°69°
CMYK 0.000.070.48   0.31
XYZ32.487935.710015.0779
Yxy35.71000.39010.4288
Hunter Lab59.7578-7.533126.8706
CIE-Lab66.2977-5.137338.4205

#afa25b color RGB value is (175,162,91).

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

The process color (four color CMYK) of #afa25b color hex is 0.00, 0.07, 0.48, 0.31. Web safe color of #afa25b is #999966. Color #afa25b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 01011011
Octal 257 242 133
Decimal 175 162 91
Hex AF A2 5B

RGB Percentages of Color #afa25b

%40.89
%37.85
%21.26

CMYK Percentages of Color #afa25b

%0
%7
%48
%31

Triadic Colors of #afa25b

#afa25b #5bafa2 #a25baf

Analogous Colors of #afa25b

#afa25b #92af5b #af785b

Monochromatic Colors of #afa25b

#afa25b

Complementary Color

#afa25b #5b68af

#afa25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa25b Color CSS Codes

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

#afa25b Text Font Color

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

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


#afa25b Background Color

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

This div background color is #afa25b


#afa25b Border Color

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

This div border color is #afa25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa25b


Comments

No comments written yet.

Please login to write comment.