Color Hex Logo

#aff25f Color Hex

#AFF25F
(175,242,95)
0 Favorites   0 Comments

Color spaces of #aff25f

RGB 17524295
HSL0.240.850.66
HSV87°61°95°
CMYK 0.280.000.61   0.05
XYZ51.496973.444422.2885
Yxy73.44440.34980.4988
Hunter Lab85.6997-42.714044.5698
CIE-Lab88.6592-43.501762.5769

#aff25f color RGB value is (175,242,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110010 01011111
Octal 257 362 137
Decimal 175 242 95
Hex AF F2 5F

RGB Percentages of Color #aff25f

%34.18
%47.27
%18.55

CMYK Percentages of Color #aff25f

%28
%0
%61
%5

Triadic Colors of #aff25f

#aff25f #5faff2 #f25faf

Analogous Colors of #aff25f

#aff25f #66f25f #f2ec5f

Monochromatic Colors of #aff25f

#aff25f

Complementary Color

#aff25f #a25ff2

#aff25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff25f Color CSS Codes

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

#aff25f Text Font Color

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

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


#aff25f Background Color

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

This div background color is #aff25f


#aff25f Border Color

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

This div border color is #aff25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff25f


Comments

No comments written yet.

Please login to write comment.