Color Hex Logo

#afb82e Color Hex

#AFB82E
(175,184,46)
0 Favorites   0 Comments

Color spaces of #afb82e

RGB 17518446
HSL0.180.600.45
HSV64°75°72°
CMYK 0.050.000.75   0.28
XYZ35.312843.59229.1377
Yxy43.59220.40110.4951
Hunter Lab66.0244-20.072938.0114
CIE-Lab71.9551-19.669964.0834

#afb82e color RGB value is (175,184,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 00101110
Octal 257 270 56
Decimal 175 184 46
Hex AF B8 2E

RGB Percentages of Color #afb82e

%43.21
%45.43
%11.36

CMYK Percentages of Color #afb82e

%5
%0
%75
%28

Triadic Colors of #afb82e

#afb82e #2eafb8 #b82eaf

Analogous Colors of #afb82e

#afb82e #6ab82e #b87c2e

Monochromatic Colors of #afb82e

#afb82e

Complementary Color

#afb82e #372eb8

#afb82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb82e Color CSS Codes

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

#afb82e Text Font Color

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

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


#afb82e Background Color

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

This div background color is #afb82e


#afb82e Border Color

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

This div border color is #afb82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb82e


Comments

No comments written yet.

Please login to write comment.