Color Hex Logo

#aef25b Color Hex

#AEF25B
(174,242,91)
0 Favorites   0 Comments

Color spaces of #aef25b

RGB 17424291
HSL0.240.850.65
HSV87°62°95°
CMYK 0.280.000.62   0.05
XYZ51.096073.258321.3447
Yxy73.25830.35070.5028
Hunter Lab85.5911-43.223745.1280
CIE-Lab88.5708-44.180964.1121

#aef25b color RGB value is (174,242,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110010 01011011
Octal 256 362 133
Decimal 174 242 91
Hex AE F2 5B

RGB Percentages of Color #aef25b

%34.32
%47.73
%17.95

CMYK Percentages of Color #aef25b

%28
%0
%62
%5

Triadic Colors of #aef25b

#aef25b #5baef2 #f25bae

Analogous Colors of #aef25b

#aef25b #62f25b #f2eb5b

Monochromatic Colors of #aef25b

#aef25b

Complementary Color

#aef25b #9f5bf2

#aef25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef25b Color CSS Codes

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

#aef25b Text Font Color

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

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


#aef25b Background Color

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

This div background color is #aef25b


#aef25b Border Color

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

This div border color is #aef25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef25b


Comments

No comments written yet.

Please login to write comment.