Color Hex Logo

#afbb2e Color Hex

#AFBB2E
(175,187,46)
0 Favorites   0 Comments

Color spaces of #afbb2e

RGB 17518746
HSL0.180.610.46
HSV65°75°73°
CMYK 0.060.000.75   0.27
XYZ35.942744.85199.3477
Yxy44.85190.39870.4976
Hunter Lab66.9716-21.401838.6046
CIE-Lab72.7943-21.162564.8645

#afbb2e color RGB value is (175,187,46).

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

The process color (four color CMYK) of #afbb2e color hex is 0.06, 0.00, 0.75, 0.27. Web safe color of #afbb2e is #99cc33. Color #afbb2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 00101110
Octal 257 273 56
Decimal 175 187 46
Hex AF BB 2E

RGB Percentages of Color #afbb2e

%42.89
%45.83
%11.27

CMYK Percentages of Color #afbb2e

%6
%0
%75
%27

Triadic Colors of #afbb2e

#afbb2e #2eafbb #bb2eaf

Analogous Colors of #afbb2e

#afbb2e #69bb2e #bb812e

Monochromatic Colors of #afbb2e

#afbb2e

Complementary Color

#afbb2e #3a2ebb

#afbb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb2e Color CSS Codes

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

#afbb2e Text Font Color

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

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


#afbb2e Background Color

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

This div background color is #afbb2e


#afbb2e Border Color

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

This div border color is #afbb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb2e


Comments

No comments written yet.

Please login to write comment.