Color Hex Logo

#afb75b Color Hex

#AFB75B
(175,183,91)
0 Favorites   0 Comments

Color spaces of #afb75b

RGB 17518391
HSL0.180.390.54
HSV65°50°72°
CMYK 0.040.000.50   0.28
XYZ36.501043.736316.4157
Yxy43.73630.37760.4525
Hunter Lab66.1334-17.214031.5764
CIE-Lab72.0519-16.100145.3675

#afb75b color RGB value is (175,183,91).

#afb75b hex color red value is 175, green value is 183 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #afb75b hue: 0.18 , saturation: 0.39 and the lightness value of afb75b is 0.54.

The process color (four color CMYK) of #afb75b color hex is 0.04, 0.00, 0.50, 0.28. Web safe color of #afb75b is #99cc66. Color #afb75b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 01011011
Octal 257 267 133
Decimal 175 183 91
Hex AF B7 5B

RGB Percentages of Color #afb75b

%38.98
%40.76
%20.27

CMYK Percentages of Color #afb75b

%4
%0
%50
%28

Triadic Colors of #afb75b

#afb75b #5bafb7 #b75baf

Analogous Colors of #afb75b

#afb75b #81b75b #b7915b

Monochromatic Colors of #afb75b

#afb75b

Complementary Color

#afb75b #635bb7

#afb75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb75b Color CSS Codes

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

#afb75b Text Font Color

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

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


#afb75b Background Color

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

This div background color is #afb75b


#afb75b Border Color

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

This div border color is #afb75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb75b


Comments

No comments written yet.

Please login to write comment.