Color Hex Logo

#aeefb8 Color Hex

#AEEFB8
(174,239,184)
0 Favorites   0 Comments

Color spaces of #aeefb8

RGB 174239184
HSL0.360.670.81
HSV129°27°94°
CMYK 0.270.000.23   0.06
XYZ56.973874.192456.6651
Yxy74.19240.30330.3950
Hunter Lab86.1350-32.667921.2898
CIE-Lab89.0133-31.061520.1850

#aeefb8 color RGB value is (174,239,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 10111000
Octal 256 357 270
Decimal 174 239 184
Hex AE EF B8

RGB Percentages of Color #aeefb8

%29.15
%40.03
%30.82

CMYK Percentages of Color #aeefb8

%27
%0
%23
%6

Triadic Colors of #aeefb8

#aeefb8 #b8aeef #efb8ae

Analogous Colors of #aeefb8

#aeefb8 #aeefd9 #c5efae

Monochromatic Colors of #aeefb8

#aeefb8

Complementary Color

#aeefb8 #efaee5

#aeefb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefb8 Color CSS Codes

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

#aeefb8 Text Font Color

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

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


#aeefb8 Background Color

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

This div background color is #aeefb8


#aeefb8 Border Color

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

This div border color is #aeefb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefb8


Comments

No comments written yet.

Please login to write comment.