Color Hex Logo

#afb83e Color Hex

#AFB83E
(175,184,62)
0 Favorites   0 Comments

Color spaces of #afb83e

RGB 17518462
HSL0.180.500.48
HSV64°66°72°
CMYK 0.050.000.66   0.28
XYZ35.689243.742711.1196
Yxy43.74270.39410.4831
Hunter Lab66.1383-19.420736.3286
CIE-Lab72.0562-18.833158.3365

#afb83e color RGB value is (175,184,62).

#afb83e hex color red value is 175, green value is 184 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #afb83e hue: 0.18 , saturation: 0.50 and the lightness value of afb83e is 0.48.

The process color (four color CMYK) of #afb83e color hex is 0.05, 0.00, 0.66, 0.28. Web safe color of #afb83e is #99cc33. Color #afb83e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 00111110
Octal 257 270 76
Decimal 175 184 62
Hex AF B8 3E

RGB Percentages of Color #afb83e

%41.57
%43.71
%14.73

CMYK Percentages of Color #afb83e

%5
%0
%66
%28

Triadic Colors of #afb83e

#afb83e #3eafb8 #b83eaf

Analogous Colors of #afb83e

#afb83e #72b83e #b8843e

Monochromatic Colors of #afb83e

#afb83e

Complementary Color

#afb83e #473eb8

#afb83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb83e Color CSS Codes

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

#afb83e Text Font Color

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

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


#afb83e Background Color

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

This div background color is #afb83e


#afb83e Border Color

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

This div border color is #afb83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb83e


Comments

No comments written yet.

Please login to write comment.