Color Hex Logo

#affd2a Color Hex

#AFFD2A
(175,253,42)
0 Favorites   0 Comments

Color spaces of #affd2a

RGB 17525342
HSL0.230.980.58
HSV82°83°99°
CMYK 0.310.000.83   0.01
XYZ53.222479.531714.7365
Yxy79.53170.36090.5392
Hunter Lab89.1805-49.538352.6291
CIE-Lab91.4743-51.133082.6153

#affd2a color RGB value is (175,253,42).

#affd2a hex color red value is 175, green value is 253 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #affd2a hue: 0.23 , saturation: 0.98 and the lightness value of affd2a is 0.58.

The process color (four color CMYK) of #affd2a color hex is 0.31, 0.00, 0.83, 0.01. Web safe color of #affd2a is #99ff33. Color #affd2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 00101010
Octal 257 375 52
Decimal 175 253 42
Hex AF FD 2A

RGB Percentages of Color #affd2a

%37.23
%53.83
%8.94

CMYK Percentages of Color #affd2a

%31
%0
%83
%1

Triadic Colors of #affd2a

#affd2a #2aaffd #fd2aaf

Analogous Colors of #affd2a

#affd2a #46fd2a #fde22a

Monochromatic Colors of #affd2a

#affd2a

Complementary Color

#affd2a #782afd

#affd2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affd2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#affd2a Color CSS Codes

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

#affd2a Text Font Color

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

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


#affd2a Background Color

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

This div background color is #affd2a


#affd2a Border Color

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

This div border color is #affd2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affd2a

Related Colors


Comments

No comments written yet.

Please login to write comment.