Color Hex Logo

#aee0ba Color Hex

#AEE0BA
(174,224,186)
0 Favorites   0 Comments

Color spaces of #aee0ba

RGB 174224186
HSL0.370.450.78
HSV134°22°88°
CMYK 0.220.000.17   0.12
XYZ52.974165.855256.3737
Yxy65.85520.30240.3759
Hunter Lab81.1512-25.492915.6186
CIE-Lab84.9225-23.534313.4080

#aee0ba color RGB value is (174,224,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 10111010
Octal 256 340 272
Decimal 174 224 186
Hex AE E0 BA

RGB Percentages of Color #aee0ba

%29.79
%38.36
%31.85

CMYK Percentages of Color #aee0ba

%22
%0
%17
%12

Triadic Colors of #aee0ba

#aee0ba #baaee0 #e0baae

Analogous Colors of #aee0ba

#aee0ba #aee0d3 #bbe0ae

Monochromatic Colors of #aee0ba

#aee0ba

Complementary Color

#aee0ba #e0aed4

#aee0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee0ba Color CSS Codes

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

#aee0ba Text Font Color

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

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


#aee0ba Background Color

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

This div background color is #aee0ba


#aee0ba Border Color

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

This div border color is #aee0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee0ba


Comments

No comments written yet.

Please login to write comment.