Color Hex Logo

#aeefb6 Color Hex

#AEEFB6
(174,239,182)
0 Favorites   0 Comments

Color spaces of #aeefb6

RGB 174239182
HSL0.350.670.81
HSV127°27°94°
CMYK 0.270.000.24   0.06
XYZ56.765674.109155.5686
Yxy74.10910.30450.3975
Hunter Lab86.0866-32.948621.9892
CIE-Lab88.9740-31.406221.1616

#aeefb6 color RGB value is (174,239,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 10110110
Octal 256 357 266
Decimal 174 239 182
Hex AE EF B6

RGB Percentages of Color #aeefb6

%29.24
%40.17
%30.59

CMYK Percentages of Color #aeefb6

%27
%0
%24
%6

Triadic Colors of #aeefb6

#aeefb6 #b6aeef #efb6ae

Analogous Colors of #aeefb6

#aeefb6 #aeefd7 #c7efae

Monochromatic Colors of #aeefb6

#aeefb6

Complementary Color

#aeefb6 #efaee7

#aeefb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefb6 Color CSS Codes

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

#aeefb6 Text Font Color

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

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


#aeefb6 Background Color

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

This div background color is #aeefb6


#aeefb6 Border Color

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

This div border color is #aeefb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefb6


Comments

No comments written yet.

Please login to write comment.