Color Hex Logo

#aff25e Color Hex

#AFF25E
(175,242,94)
0 Favorites   0 Comments

Color spaces of #aff25e

RGB 17524294
HSL0.240.850.66
HSV87°61°95°
CMYK 0.280.000.61   0.05
XYZ51.451773.426422.0506
Yxy73.42640.35020.4997
Hunter Lab85.6892-42.776644.7252
CIE-Lab88.6507-43.584162.9830

#aff25e color RGB value is (175,242,94).

#aff25e hex color red value is 175, green value is 242 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aff25e hue: 0.24 , saturation: 0.85 and the lightness value of aff25e is 0.66.

The process color (four color CMYK) of #aff25e color hex is 0.28, 0.00, 0.61, 0.05. Web safe color of #aff25e is #99ff66. Color #aff25e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110010 01011110
Octal 257 362 136
Decimal 175 242 94
Hex AF F2 5E

RGB Percentages of Color #aff25e

%34.25
%47.36
%18.40

CMYK Percentages of Color #aff25e

%28
%0
%61
%5

Triadic Colors of #aff25e

#aff25e #5eaff2 #f25eaf

Analogous Colors of #aff25e

#aff25e #65f25e #f2eb5e

Monochromatic Colors of #aff25e

#aff25e

Complementary Color

#aff25e #a15ef2

#aff25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff25e Color CSS Codes

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

#aff25e Text Font Color

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

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


#aff25e Background Color

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

This div background color is #aff25e


#aff25e Border Color

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

This div border color is #aff25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff25e


Comments

No comments written yet.

Please login to write comment.