Color Hex Logo

#aeeabd Color Hex

#AEEABD
(174,234,189)
0 Favorites   0 Comments

Color spaces of #aeeabd

RGB 174234189
HSL0.380.590.80
HSV135°26°92°
CMYK 0.260.000.19   0.08
XYZ56.063771.518458.9937
Yxy71.51840.30050.3833
Hunter Lab84.5686-29.660517.8382
CIE-Lab87.7363-27.813715.8090

#aeeabd color RGB value is (174,234,189).

#aeeabd hex color red value is 174, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aeeabd hue: 0.38 , saturation: 0.59 and the lightness value of aeeabd is 0.80.

The process color (four color CMYK) of #aeeabd color hex is 0.26, 0.00, 0.19, 0.08. Web safe color of #aeeabd is #99ffcc. Color #aeeabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 10111101
Octal 256 352 275
Decimal 174 234 189
Hex AE EA BD

RGB Percentages of Color #aeeabd

%29.15
%39.20
%31.66

CMYK Percentages of Color #aeeabd

%26
%0
%19
%8

Triadic Colors of #aeeabd

#aeeabd #bdaeea #eabdae

Analogous Colors of #aeeabd

#aeeabd #aeeadb #bdeaae

Monochromatic Colors of #aeeabd

#aeeabd

Complementary Color

#aeeabd #eaaedb

#aeeabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeabd Color CSS Codes

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

#aeeabd Text Font Color

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

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


#aeeabd Background Color

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

This div background color is #aeeabd


#aeeabd Border Color

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

This div border color is #aeeabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeabd


Comments

No comments written yet.

Please login to write comment.