Color Hex Logo

#aee8ba Color Hex

#AEE8BA
(174,232,186)
0 Favorites   0 Comments

Color spaces of #aee8ba

RGB 174232186
HSL0.370.560.80
HSV132°25°91°
CMYK 0.250.000.20   0.09
XYZ55.175170.257157.1073
Yxy70.25710.30230.3849
Hunter Lab83.8195-29.184618.2786
CIE-Lab87.1228-27.396716.5080

#aee8ba color RGB value is (174,232,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101000 10111010
Octal 256 350 272
Decimal 174 232 186
Hex AE E8 BA

RGB Percentages of Color #aee8ba

%29.39
%39.19
%31.42

CMYK Percentages of Color #aee8ba

%25
%0
%20
%9

Triadic Colors of #aee8ba

#aee8ba #baaee8 #e8baae

Analogous Colors of #aee8ba

#aee8ba #aee8d7 #bfe8ae

Monochromatic Colors of #aee8ba

#aee8ba

Complementary Color

#aee8ba #e8aedc

#aee8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee8ba Color CSS Codes

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

#aee8ba Text Font Color

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

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


#aee8ba Background Color

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

This div background color is #aee8ba


#aee8ba Border Color

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

This div border color is #aee8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee8ba


Comments

No comments written yet.

Please login to write comment.