Color Hex Logo

#aee0bf Color Hex

#AEE0BF
(174,224,191)
0 Favorites   0 Comments

Color spaces of #aee0bf

RGB 174224191
HSL0.390.450.78
HSV140°22°88°
CMYK 0.220.000.15   0.12
XYZ53.515266.071659.2228
Yxy66.07160.29930.3695
Hunter Lab81.2844-24.728813.7012
CIE-Lab85.0329-22.614010.9373

#aee0bf color RGB value is (174,224,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 10111111
Octal 256 340 277
Decimal 174 224 191
Hex AE E0 BF

RGB Percentages of Color #aee0bf

%29.54
%38.03
%32.43

CMYK Percentages of Color #aee0bf

%22
%0
%15
%12

Triadic Colors of #aee0bf

#aee0bf #bfaee0 #e0bfae

Analogous Colors of #aee0bf

#aee0bf #aee0d8 #b6e0ae

Monochromatic Colors of #aee0bf

#aee0bf

Complementary Color

#aee0bf #e0aecf

#aee0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee0bf Color CSS Codes

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

#aee0bf Text Font Color

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

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


#aee0bf Background Color

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

This div background color is #aee0bf


#aee0bf Border Color

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

This div border color is #aee0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee0bf


Comments

No comments written yet.

Please login to write comment.