Color Hex Logo

#aaef38 Color Hex

#AAEF38
(170,239,56)
0 Favorites   0 Comments

Color spaces of #aaef38

RGB 17023956
HSL0.230.850.58
HSV83°77°94°
CMYK 0.290.000.77   0.06
XYZ48.157970.564614.8235
Yxy70.56460.36060.5284
Hunter Lab84.0027-44.672648.3393
CIE-Lab87.2730-46.534175.1700

#aaef38 color RGB value is (170,239,56).

#aaef38 hex color red value is 170, green value is 239 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #aaef38 hue: 0.23 , saturation: 0.85 and the lightness value of aaef38 is 0.58.

The process color (four color CMYK) of #aaef38 color hex is 0.29, 0.00, 0.77, 0.06. Web safe color of #aaef38 is #99ff33. Color #aaef38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 00111000
Octal 252 357 70
Decimal 170 239 56
Hex AA EF 38

RGB Percentages of Color #aaef38

%36.56
%51.40
%12.04

CMYK Percentages of Color #aaef38

%29
%0
%77
%6

Triadic Colors of #aaef38

#aaef38 #38aaef #ef38aa

Analogous Colors of #aaef38

#aaef38 #4fef38 #efd938

Monochromatic Colors of #aaef38

#aaef38

Complementary Color

#aaef38 #7d38ef

#aaef38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaef38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaef38 Color CSS Codes

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

#aaef38 Text Font Color

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

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


#aaef38 Background Color

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

This div background color is #aaef38


#aaef38 Border Color

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

This div border color is #aaef38


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,239,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaef38; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaef38;
  -webkit-box-shadow: 1px 1px 3px 2px #aaef38;
  box-shadow:         1px 1px 3px 2px #aaef38; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,239,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaef38


Comments

No comments written yet.

Please login to write comment.