Color Hex Logo

#aee8be Color Hex

#AEE8BE
(174,232,190)
0 Favorites   0 Comments

Color spaces of #aee8be

RGB 174232190
HSL0.380.560.80
HSV137°25°91°
CMYK 0.250.000.18   0.09
XYZ55.606470.429659.3787
Yxy70.42960.29990.3798
Hunter Lab83.9223-28.591216.7954
CIE-Lab87.2071-26.676214.5428

#aee8be color RGB value is (174,232,190).

#aee8be hex color red value is 174, green value is 232 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aee8be hue: 0.38 , saturation: 0.56 and the lightness value of aee8be is 0.80.

The process color (four color CMYK) of #aee8be color hex is 0.25, 0.00, 0.18, 0.09. Web safe color of #aee8be is #99ffcc. Color #aee8be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101000 10111110
Octal 256 350 276
Decimal 174 232 190
Hex AE E8 BE

RGB Percentages of Color #aee8be

%29.19
%38.93
%31.88

CMYK Percentages of Color #aee8be

%25
%0
%18
%9

Triadic Colors of #aee8be

#aee8be #beaee8 #e8beae

Analogous Colors of #aee8be

#aee8be #aee8db #bbe8ae

Monochromatic Colors of #aee8be

#aee8be

Complementary Color

#aee8be #e8aed8

#aee8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee8be Color CSS Codes

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

#aee8be Text Font Color

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

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


#aee8be Background Color

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

This div background color is #aee8be


#aee8be Border Color

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

This div border color is #aee8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee8be


Comments

No comments written yet.

Please login to write comment.