Color Hex Logo

#affa20 Color Hex

#AFFA20
(175,250,32)
0 Favorites   0 Comments

Color spaces of #affa20

RGB 17525032
HSL0.220.960.55
HSV81°87°98°
CMYK 0.300.000.87   0.02
XYZ52.125577.589513.5955
Yxy77.58950.36370.5414
Hunter Lab88.0849-48.518752.5083
CIE-Lab90.5923-50.181883.8162

#affa20 color RGB value is (175,250,32).

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

The process color (four color CMYK) of #affa20 color hex is 0.30, 0.00, 0.87, 0.02. Web safe color of #affa20 is #99ff33. Color #affa20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 00100000
Octal 257 372 40
Decimal 175 250 32
Hex AF FA 20

RGB Percentages of Color #affa20

%38.29
%54.70
%7.00

CMYK Percentages of Color #affa20

%30
%0
%87
%2

Triadic Colors of #affa20

#affa20 #20affa #fa20af

Analogous Colors of #affa20

#affa20 #42fa20 #fad820

Monochromatic Colors of #affa20

#affa20

Complementary Color

#affa20 #6b20fa

#affa20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affa20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affa20 Color CSS Codes

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

#affa20 Text Font Color

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

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


#affa20 Background Color

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

This div background color is #affa20


#affa20 Border Color

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

This div border color is #affa20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affa20


Comments

No comments written yet.

Please login to write comment.