color codes Logo

#aeef5b color codes

#AEEF5B
(174,239,91)
0 Favorites   0 Comments

Color spaces of #aeef5b

RGB 17423991
HSL0.240.820.65
HSV86°62°94°
CMYK 0.270.000.62   0.06
XYZ50.210471.487021.0495
Yxy71.48700.35170.5008
Hunter Lab84.5500-41.959444.4242
CIE-Lab87.7211-42.880963.1852

#aeef5b color RGB value is (174,239,91).

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

The process color (four color CMYK) of #aeef5b color code is 0.27, 0.00, 0.62, 0.06. Web safe color of #aeef5b is #99ff66. Color #aeef5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 01011011
Octal 256 357 133
Decimal 174 239 91
Hex AE EF 5B

RGB Percentages of Color #aeef5b

%34.52
%47.42
%18.06

CMYK Percentages of Color #aeef5b

%27
%0
%62
%6

Triadic Colors of #aeef5b

#aeef5b #5baeef #ef5bae

Analogous Colors of #aeef5b

#aeef5b #64ef5b #efe65b

Monochromatic Colors of #aeef5b

#aeef5b

Complementary Color

#aeef5b #9c5bef

#aeef5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeef5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeef5b Color CSS Codes

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

#aeef5b Text Font Color

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

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


#aeef5b Background Color

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

This div background color is #aeef5b


#aeef5b Border Color

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

This div border color is #aeef5b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,239,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 #aeef5b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeef5b


Comments

No comments written yet.

Please login to write comment.