Color Hex Logo

#afb90f Color Hex

#AFB90F
(175,185,15)
0 Favorites   0 Comments

Color spaces of #afb90f

RGB 17518515
HSL0.180.850.39
HSV64°92°73°
CMYK 0.050.000.92   0.27
XYZ35.114443.84647.0644
Yxy43.84640.40820.5097
Hunter Lab66.2166-21.221340.0262
CIE-Lab72.1257-21.079971.5756

#afb90f color RGB value is (175,185,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 00001111
Octal 257 271 17
Decimal 175 185 15
Hex AF B9 F

RGB Percentages of Color #afb90f

%46.67
%49.33
%4.00

CMYK Percentages of Color #afb90f

%5
%0
%92
%27

Triadic Colors of #afb90f

#afb90f #0fafb9 #b90faf

Analogous Colors of #afb90f

#afb90f #5ab90f #b96e0f

Monochromatic Colors of #afb90f

#afb90f

Complementary Color

#afb90f #190fb9

#afb90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb90f Color CSS Codes

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

#afb90f Text Font Color

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

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


#afb90f Background Color

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

This div background color is #afb90f


#afb90f Border Color

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

This div border color is #afb90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb90f


Comments

No comments written yet.

Please login to write comment.