Color Hex Logo

#aef75a Color Hex

#AEF75A
(174,247,90)
0 Favorites   0 Comments

Color spaces of #aef75a

RGB 17424790
HSL0.240.910.66
HSV88°64°97°
CMYK 0.300.000.64   0.03
XYZ52.561876.258421.6219
Yxy76.25840.34940.5069
Hunter Lab87.3261-45.380946.4481
CIE-Lab89.9792-46.400666.0396

#aef75a color RGB value is (174,247,90).

#aef75a hex color red value is 174, green value is 247 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aef75a hue: 0.24 , saturation: 0.91 and the lightness value of aef75a is 0.66.

The process color (four color CMYK) of #aef75a color hex is 0.30, 0.00, 0.64, 0.03. Web safe color of #aef75a is #99ff66. Color #aef75a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110111 01011010
Octal 256 367 132
Decimal 174 247 90
Hex AE F7 5A

RGB Percentages of Color #aef75a

%34.05
%48.34
%17.61

CMYK Percentages of Color #aef75a

%30
%0
%64
%3

Triadic Colors of #aef75a

#aef75a #5aaef7 #f75aae

Analogous Colors of #aef75a

#aef75a #60f75a #f7f25a

Monochromatic Colors of #aef75a

#aef75a

Complementary Color

#aef75a #a35af7

#aef75a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef75a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef75a Color CSS Codes

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

#aef75a Text Font Color

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

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


#aef75a Background Color

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

This div background color is #aef75a


#aef75a Border Color

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

This div border color is #aef75a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef75a


Comments

No comments written yet.

Please login to write comment.