Color Hex Logo

#aee7ba Color Hex

#AEE7BA
(174,231,186)
0 Favorites   0 Comments

Color spaces of #aee7ba

RGB 174231186
HSL0.370.540.79
HSV133°25°91°
CMYK 0.250.000.19   0.09
XYZ54.894469.695757.0137
Yxy69.69570.30230.3838
Hunter Lab83.4840-28.725217.9478
CIE-Lab86.8474-26.918216.1214

#aee7ba color RGB value is (174,231,186).

#aee7ba hex color red value is 174, green value is 231 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aee7ba hue: 0.37 , saturation: 0.54 and the lightness value of aee7ba is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100111 10111010
Octal 256 347 272
Decimal 174 231 186
Hex AE E7 BA

RGB Percentages of Color #aee7ba

%29.44
%39.09
%31.47

CMYK Percentages of Color #aee7ba

%25
%0
%19
%9

Triadic Colors of #aee7ba

#aee7ba #baaee7 #e7baae

Analogous Colors of #aee7ba

#aee7ba #aee7d7 #bfe7ae

Monochromatic Colors of #aee7ba

#aee7ba

Complementary Color

#aee7ba #e7aedb

#aee7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee7ba Color CSS Codes

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

#aee7ba Text Font Color

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

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


#aee7ba Background Color

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

This div background color is #aee7ba


#aee7ba Border Color

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

This div border color is #aee7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee7ba


Comments

No comments written yet.

Please login to write comment.