Color Hex Logo

#aee0bc Color Hex

#AEE0BC
(174,224,188)
0 Favorites   0 Comments

Color spaces of #aee0bc

RGB 174224188
HSL0.380.450.78
HSV137°22°88°
CMYK 0.220.000.16   0.12
XYZ53.188365.940857.5015
Yxy65.94080.30110.3733
Hunter Lab81.2039-25.190014.8588
CIE-Lab84.9662-23.168812.4195

#aee0bc color RGB value is (174,224,188).

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

The process color (four color CMYK) of #aee0bc color hex is 0.22, 0.00, 0.16, 0.12. Web safe color of #aee0bc is #99cccc. Color #aee0bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 10111100
Octal 256 340 274
Decimal 174 224 188
Hex AE E0 BC

RGB Percentages of Color #aee0bc

%29.69
%38.23
%32.08

CMYK Percentages of Color #aee0bc

%22
%0
%16
%12

Triadic Colors of #aee0bc

#aee0bc #bcaee0 #e0bcae

Analogous Colors of #aee0bc

#aee0bc #aee0d5 #b9e0ae

Monochromatic Colors of #aee0bc

#aee0bc

Complementary Color

#aee0bc #e0aed2

#aee0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee0bc Color CSS Codes

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

#aee0bc Text Font Color

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

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


#aee0bc Background Color

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

This div background color is #aee0bc


#aee0bc Border Color

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

This div border color is #aee0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee0bc


Comments

No comments written yet.

Please login to write comment.