Color Hex Logo

#aee9be Color Hex

#AEE9BE
(174,233,190)
0 Favorites   0 Comments

Color spaces of #aee9be

RGB 174233190
HSL0.380.570.80
HSV136°25°91°
CMYK 0.250.000.18   0.09
XYZ55.888770.994259.4728
Yxy70.99420.29990.3810
Hunter Lab84.2581-29.051817.1313
CIE-Lab87.4822-27.155314.9307

#aee9be color RGB value is (174,233,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101001 10111110
Octal 256 351 276
Decimal 174 233 190
Hex AE E9 BE

RGB Percentages of Color #aee9be

%29.15
%39.03
%31.83

CMYK Percentages of Color #aee9be

%25
%0
%18
%9

Triadic Colors of #aee9be

#aee9be #beaee9 #e9beae

Analogous Colors of #aee9be

#aee9be #aee9dc #bce9ae

Monochromatic Colors of #aee9be

#aee9be

Complementary Color

#aee9be #e9aed9

#aee9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee9be Color CSS Codes

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

#aee9be Text Font Color

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

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


#aee9be Background Color

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

This div background color is #aee9be


#aee9be Border Color

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

This div border color is #aee9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee9be


Comments

No comments written yet.

Please login to write comment.