Color Hex Logo

#affa0a Color Hex

#AFFA0A
(175,250,10)
0 Favorites   0 Comments

Color spaces of #affa0a

RGB 17525010
HSL0.220.960.51
HSV79°96°98°
CMYK 0.300.000.96   0.02
XYZ51.919677.507112.5111
Yxy77.50710.36580.5461
Hunter Lab88.0381-48.798153.2010
CIE-Lab90.5545-50.558786.4828

#affa0a color RGB value is (175,250,10).

#affa0a hex color red value is 175, green value is 250 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #affa0a hue: 0.22 , saturation: 0.96 and the lightness value of affa0a is 0.51.

The process color (four color CMYK) of #affa0a color hex is 0.30, 0.00, 0.96, 0.02. Web safe color of #affa0a is #99ff00. Color #affa0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 00001010
Octal 257 372 12
Decimal 175 250 10
Hex AF FA A

RGB Percentages of Color #affa0a

%40.23
%57.47
%2.30

CMYK Percentages of Color #affa0a

%30
%0
%96
%2

Triadic Colors of #affa0a

#affa0a #0aaffa #fa0aaf

Analogous Colors of #affa0a

#affa0a #37fa0a #facd0a

Monochromatic Colors of #affa0a

#affa0a

Complementary Color

#affa0a #550afa

#affa0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affa0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#affa0a Color CSS Codes

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

#affa0a Text Font Color

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

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


#affa0a Background Color

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

This div background color is #affa0a


#affa0a Border Color

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

This div border color is #affa0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affa0a


Comments

No comments written yet.

Please login to write comment.