Color Hex Logo

#aeecbd Color Hex

#AEECBD
(174,236,189)
0 Favorites   0 Comments

Color spaces of #aeecbd

RGB 174236189
HSL0.370.620.80
HSV135°26°93°
CMYK 0.260.000.20   0.07
XYZ56.636372.663759.1846
Yxy72.66370.30050.3855
Hunter Lab85.2430-30.578118.5048
CIE-Lab88.2871-28.765216.5830

#aeecbd color RGB value is (174,236,189).

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

The process color (four color CMYK) of #aeecbd color hex is 0.26, 0.00, 0.20, 0.07. Web safe color of #aeecbd is #99ffcc. Color #aeecbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 10111101
Octal 256 354 275
Decimal 174 236 189
Hex AE EC BD

RGB Percentages of Color #aeecbd

%29.05
%39.40
%31.55

CMYK Percentages of Color #aeecbd

%26
%0
%20
%7

Triadic Colors of #aeecbd

#aeecbd #bdaeec #ecbdae

Analogous Colors of #aeecbd

#aeecbd #aeecdc #beecae

Monochromatic Colors of #aeecbd

#aeecbd

Complementary Color

#aeecbd #ecaedd

#aeecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeecbd Color CSS Codes

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

#aeecbd Text Font Color

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

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


#aeecbd Background Color

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

This div background color is #aeecbd


#aeecbd Border Color

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

This div border color is #aeecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeecbd


Comments

No comments written yet.

Please login to write comment.