Color Hex Logo

#aee5bc Color Hex

#AEE5BC
(174,229,188)
0 Favorites   0 Comments

Color spaces of #aee5bc

RGB 174229188
HSL0.380.510.79
HSV135°24°90°
CMYK 0.240.000.18   0.10
XYZ54.552068.668157.9560
Yxy68.66810.30110.3790
Hunter Lab82.8662-27.506816.5394
CIE-Lab86.3394-25.596214.3623

#aee5bc color RGB value is (174,229,188).

#aee5bc hex color red value is 174, green value is 229 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aee5bc hue: 0.38 , saturation: 0.51 and the lightness value of aee5bc is 0.79.

The process color (four color CMYK) of #aee5bc color hex is 0.24, 0.00, 0.18, 0.10. Web safe color of #aee5bc is #99cccc. Color #aee5bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100101 10111100
Octal 256 345 274
Decimal 174 229 188
Hex AE E5 BC

RGB Percentages of Color #aee5bc

%29.44
%38.75
%31.81

CMYK Percentages of Color #aee5bc

%24
%0
%18
%10

Triadic Colors of #aee5bc

#aee5bc #bcaee5 #e5bcae

Analogous Colors of #aee5bc

#aee5bc #aee5d8 #bce5ae

Monochromatic Colors of #aee5bc

#aee5bc

Complementary Color

#aee5bc #e5aed7

#aee5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee5bc Color CSS Codes

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

#aee5bc Text Font Color

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

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


#aee5bc Background Color

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

This div background color is #aee5bc


#aee5bc Border Color

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

This div border color is #aee5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee5bc


Comments

No comments written yet.

Please login to write comment.