Color Hex Logo

#afba0e Color Hex

#AFBA0E
(175,186,14)
0 Favorites   0 Comments

Color spaces of #afba0e

RGB 17518614
HSL0.180.860.39
HSV64°92°73°
CMYK 0.060.000.92   0.27
XYZ35.317444.26357.0977
Yxy44.26350.40750.5107
Hunter Lab66.5308-21.673540.2463
CIE-Lab72.4043-21.590571.9298

#afba0e color RGB value is (175,186,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 00001110
Octal 257 272 16
Decimal 175 186 14
Hex AF BA E

RGB Percentages of Color #afba0e

%46.67
%49.60
%3.73

CMYK Percentages of Color #afba0e

%6
%0
%92
%27

Triadic Colors of #afba0e

#afba0e #0eafba #ba0eaf

Analogous Colors of #afba0e

#afba0e #59ba0e #ba6f0e

Monochromatic Colors of #afba0e

#afba0e

Complementary Color

#afba0e #190eba

#afba0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afba0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afba0e Color CSS Codes

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

#afba0e Text Font Color

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

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


#afba0e Background Color

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

This div background color is #afba0e


#afba0e Border Color

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

This div border color is #afba0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afba0e


Comments

No comments written yet.

Please login to write comment.