Color Hex Logo

#afb05b Color Hex

#AFB05B
(175,176,91)
0 Favorites   0 Comments

Color spaces of #afb05b

RGB 17517691
HSL0.170.350.52
HSV61°48°69°
CMYK 0.010.000.48   0.31
XYZ35.092940.920015.9463
Yxy40.92000.38160.4450
Hunter Lab63.9687-14.021229.9981
CIE-Lab70.1198-12.507143.0608

#afb05b color RGB value is (175,176,91).

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

The process color (four color CMYK) of #afb05b color hex is 0.01, 0.00, 0.48, 0.31. Web safe color of #afb05b is #999966. Color #afb05b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 01011011
Octal 257 260 133
Decimal 175 176 91
Hex AF B0 5B

RGB Percentages of Color #afb05b

%39.59
%39.82
%20.59

CMYK Percentages of Color #afb05b

%1
%0
%48
%31

Triadic Colors of #afb05b

#afb05b #5bafb0 #b05baf

Analogous Colors of #afb05b

#afb05b #85b05b #b0875b

Monochromatic Colors of #afb05b

#afb05b

Complementary Color

#afb05b #5c5bb0

#afb05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb05b Color CSS Codes

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

#afb05b Text Font Color

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

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


#afb05b Background Color

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

This div background color is #afb05b


#afb05b Border Color

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

This div border color is #afb05b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,176,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 #afb05b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb05b


Comments

No comments written yet.

Please login to write comment.