Color Hex Logo

#afba2e Color Hex

#AFBA2E
(175,186,46)
0 Favorites   0 Comments

Color spaces of #afba2e

RGB 17518646
HSL0.180.600.45
HSV65°75°73°
CMYK 0.060.000.75   0.27
XYZ35.731244.42909.2772
Yxy44.42900.39950.4968
Hunter Lab66.6551-20.959538.4064
CIE-Lab72.5143-20.666464.6042

#afba2e color RGB value is (175,186,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 00101110
Octal 257 272 56
Decimal 175 186 46
Hex AF BA 2E

RGB Percentages of Color #afba2e

%43.00
%45.70
%11.30

CMYK Percentages of Color #afba2e

%6
%0
%75
%27

Triadic Colors of #afba2e

#afba2e #2eafba #ba2eaf

Analogous Colors of #afba2e

#afba2e #69ba2e #ba7f2e

Monochromatic Colors of #afba2e

#afba2e

Complementary Color

#afba2e #392eba

#afba2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afba2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afba2e Color CSS Codes

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

#afba2e Text Font Color

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

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


#afba2e Background Color

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

This div background color is #afba2e


#afba2e Border Color

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

This div border color is #afba2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afba2e


Comments

No comments written yet.

Please login to write comment.