Color Hex Logo

#aeeebd Color Hex

#AEEEBD
(174,238,189)
0 Favorites   0 Comments

Color spaces of #aeeebd

RGB 174238189
HSL0.370.650.81
HSV134°27°93°
CMYK 0.270.000.21   0.07
XYZ57.215473.821959.3776
Yxy73.82190.30050.3877
Hunter Lab85.9197-31.493219.1695
CIE-Lab88.8382-29.711717.3560

#aeeebd color RGB value is (174,238,189).

#aeeebd hex color red value is 174, green value is 238 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aeeebd hue: 0.37 , saturation: 0.65 and the lightness value of aeeebd is 0.81.

The process color (four color CMYK) of #aeeebd color hex is 0.27, 0.00, 0.21, 0.07. Web safe color of #aeeebd is #99ffcc. Color #aeeebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101110 10111101
Octal 256 356 275
Decimal 174 238 189
Hex AE EE BD

RGB Percentages of Color #aeeebd

%28.95
%39.60
%31.45

CMYK Percentages of Color #aeeebd

%27
%0
%21
%7

Triadic Colors of #aeeebd

#aeeebd #bdaeee #eebdae

Analogous Colors of #aeeebd

#aeeebd #aeeedd #bfeeae

Monochromatic Colors of #aeeebd

#aeeebd

Complementary Color

#aeeebd #eeaedf

#aeeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeebd Color CSS Codes

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

#aeeebd Text Font Color

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

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


#aeeebd Background Color

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

This div background color is #aeeebd


#aeeebd Border Color

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

This div border color is #aeeebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeebd


Comments

No comments written yet.

Please login to write comment.