Color Hex Logo

#afb90e Color Hex

#AFB90E
(175,185,14)
0 Favorites   0 Comments

Color spaces of #afb90e

RGB 17518514
HSL0.180.860.39
HSV64°92°73°
CMYK 0.050.000.92   0.27
XYZ35.107443.84367.0278
Yxy43.84360.40830.5099
Hunter Lab66.2145-21.233440.0573
CIE-Lab72.1238-21.095671.7114

#afb90e color RGB value is (175,185,14).

#afb90e hex color red value is 175, green value is 185 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #afb90e hue: 0.18 , saturation: 0.86 and the lightness value of afb90e is 0.39.

The process color (four color CMYK) of #afb90e color hex is 0.05, 0.00, 0.92, 0.27. Web safe color of #afb90e is #99cc00. Color #afb90e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 00001110
Octal 257 271 16
Decimal 175 185 14
Hex AF B9 E

RGB Percentages of Color #afb90e

%46.79
%49.47
%3.74

CMYK Percentages of Color #afb90e

%5
%0
%92
%27

Triadic Colors of #afb90e

#afb90e #0eafb9 #b90eaf

Analogous Colors of #afb90e

#afb90e #5ab90e #b96e0e

Monochromatic Colors of #afb90e

#afb90e

Complementary Color

#afb90e #180eb9

#afb90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb90e Color CSS Codes

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

#afb90e Text Font Color

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

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


#afb90e Background Color

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

This div background color is #afb90e


#afb90e Border Color

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

This div border color is #afb90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb90e


Comments

No comments written yet.

Please login to write comment.