Color Hex Logo

#afb75e Color Hex

#AFB75E
(175,183,94)
0 Favorites   0 Comments

Color spaces of #afb75e

RGB 17518394
HSL0.180.380.54
HSV65°49°72°
CMYK 0.040.000.49   0.28
XYZ36.633143.789117.1110
Yxy43.78910.37560.4490
Hunter Lab66.1733-16.987030.9902
CIE-Lab72.0873-15.814843.9464

#afb75e color RGB value is (175,183,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 01011110
Octal 257 267 136
Decimal 175 183 94
Hex AF B7 5E

RGB Percentages of Color #afb75e

%38.72
%40.49
%20.80

CMYK Percentages of Color #afb75e

%4
%0
%49
%28

Triadic Colors of #afb75e

#afb75e #5eafb7 #b75eaf

Analogous Colors of #afb75e

#afb75e #83b75e #b7935e

Monochromatic Colors of #afb75e

#afb75e

Complementary Color

#afb75e #665eb7

#afb75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb75e Color CSS Codes

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

#afb75e Text Font Color

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

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


#afb75e Background Color

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

This div background color is #afb75e


#afb75e Border Color

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

This div border color is #afb75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb75e


Comments

No comments written yet.

Please login to write comment.