Color Hex Logo

#aeefb9 Color Hex

#AEEFB9
(174,239,185)
0 Favorites   0 Comments

Color spaces of #aeefb9

RGB 174239185
HSL0.360.670.81
HSV130°27°94°
CMYK 0.270.000.23   0.06
XYZ57.079074.234557.2192
Yxy74.23450.30280.3937
Hunter Lab86.1594-32.526220.9366
CIE-Lab89.0332-30.887819.6965

#aeefb9 color RGB value is (174,239,185).

#aeefb9 hex color red value is 174, green value is 239 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #aeefb9 hue: 0.36 , saturation: 0.67 and the lightness value of aeefb9 is 0.81.

The process color (four color CMYK) of #aeefb9 color hex is 0.27, 0.00, 0.23, 0.06. Web safe color of #aeefb9 is #99ffcc. Color #aeefb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 10111001
Octal 256 357 271
Decimal 174 239 185
Hex AE EF B9

RGB Percentages of Color #aeefb9

%29.10
%39.97
%30.94

CMYK Percentages of Color #aeefb9

%27
%0
%23
%6

Triadic Colors of #aeefb9

#aeefb9 #b9aeef #efb9ae

Analogous Colors of #aeefb9

#aeefb9 #aeefda #c4efae

Monochromatic Colors of #aeefb9

#aeefb9

Complementary Color

#aeefb9 #efaee4

#aeefb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefb9 Color CSS Codes

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

#aeefb9 Text Font Color

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

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


#aeefb9 Background Color

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

This div background color is #aeefb9


#aeefb9 Border Color

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

This div border color is #aeefb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefb9


Comments

No comments written yet.

Please login to write comment.