Color Hex Logo

#afee2a Color Hex

#AFEE2A
(175,238,42)
0 Favorites   0 Comments

Color spaces of #afee2a

RGB 17523842
HSL0.220.850.55
HSV79°82°93°
CMYK 0.260.000.82   0.07
XYZ48.671770.430213.2196
Yxy70.43020.36780.5323
Hunter Lab83.9227-43.342149.4065
CIE-Lab87.2074-44.838778.9102

#afee2a color RGB value is (175,238,42).

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

The process color (four color CMYK) of #afee2a color hex is 0.26, 0.00, 0.82, 0.07. Web safe color of #afee2a is #99ff33. Color #afee2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 00101010
Octal 257 356 52
Decimal 175 238 42
Hex AF EE 2A

RGB Percentages of Color #afee2a

%38.46
%52.31
%9.23

CMYK Percentages of Color #afee2a

%26
%0
%82
%7

Triadic Colors of #afee2a

#afee2a #2aafee #ee2aaf

Analogous Colors of #afee2a

#afee2a #4dee2a #eecb2a

Monochromatic Colors of #afee2a

#afee2a

Complementary Color

#afee2a #692aee

#afee2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afee2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afee2a Color CSS Codes

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

#afee2a Text Font Color

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

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


#afee2a Background Color

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

This div background color is #afee2a


#afee2a Border Color

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

This div border color is #afee2a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,238,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 #afee2a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afee2a


Comments

No comments written yet.

Please login to write comment.