Color Hex Logo

#affd7a Color Hex

#AFFD7A
(175,253,122)
0 Favorites   0 Comments

Color spaces of #affd7a

RGB 175253122
HSL0.270.970.74
HSV96°52°99°
CMYK 0.310.000.52   0.01
XYZ56.317380.769731.0342
Yxy80.76970.33500.4804
Hunter Lab89.8720-45.420842.4366
CIE-Lab92.0291-45.686154.6366

#affd7a color RGB value is (175,253,122).

#affd7a hex color red value is 175, green value is 253 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #affd7a hue: 0.27 , saturation: 0.97 and the lightness value of affd7a is 0.74.

The process color (four color CMYK) of #affd7a color hex is 0.31, 0.00, 0.52, 0.01. Web safe color of #affd7a is #99ff66. Color #affd7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 01111010
Octal 257 375 172
Decimal 175 253 122
Hex AF FD 7A

RGB Percentages of Color #affd7a

%31.82
%46.00
%22.18

CMYK Percentages of Color #affd7a

%31
%0
%52
%1

Triadic Colors of #affd7a

#affd7a #7aaffd #fd7aaf

Analogous Colors of #affd7a

#affd7a #7afd87 #f1fd7a

Monochromatic Colors of #affd7a

#affd7a

Complementary Color

#affd7a #c87afd

#affd7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affd7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#affd7a Color CSS Codes

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

#affd7a Text Font Color

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

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


#affd7a Background Color

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

This div background color is #affd7a


#affd7a Border Color

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

This div border color is #affd7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affd7a


Comments

No comments written yet.

Please login to write comment.