Color Hex Logo

#afb33e Color Hex

#AFB33E
(175,179,62)
0 Favorites   0 Comments

Color spaces of #afb33e

RGB 17517962
HSL0.170.490.47
HSV62°65°70°
CMYK 0.020.000.65   0.30
XYZ34.668841.702010.7795
Yxy41.70200.39780.4785
Hunter Lab64.5771-17.180535.3070
CIE-Lab70.6650-16.307756.9008

#afb33e color RGB value is (175,179,62).

#afb33e hex color red value is 175, green value is 179 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #afb33e hue: 0.17 , saturation: 0.49 and the lightness value of afb33e is 0.47.

The process color (four color CMYK) of #afb33e color hex is 0.02, 0.00, 0.65, 0.30. Web safe color of #afb33e is #99cc33. Color #afb33e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 00111110
Octal 257 263 76
Decimal 175 179 62
Hex AF B3 3E

RGB Percentages of Color #afb33e

%42.07
%43.03
%14.90

CMYK Percentages of Color #afb33e

%2
%0
%65
%30

Triadic Colors of #afb33e

#afb33e #3eafb3 #b33eaf

Analogous Colors of #afb33e

#afb33e #75b33e #b37d3e

Monochromatic Colors of #afb33e

#afb33e

Complementary Color

#afb33e #423eb3

#afb33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb33e Color CSS Codes

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

#afb33e Text Font Color

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

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


#afb33e Background Color

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

This div background color is #afb33e


#afb33e Border Color

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

This div border color is #afb33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb33e


Comments

No comments written yet.

Please login to write comment.