Color Hex Logo

#aeebbd Color Hex

#AEEBBD
(174,235,189)
0 Favorites   0 Comments

Color spaces of #aeebbd

RGB 174235189
HSL0.370.600.80
HSV135°26°92°
CMYK 0.260.000.20   0.08
XYZ56.349272.089559.0889
Yxy72.08950.30050.3844
Hunter Lab84.9055-30.119718.1718
CIE-Lab88.0117-28.290116.1961

#aeebbd color RGB value is (174,235,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 10111101
Octal 256 353 275
Decimal 174 235 189
Hex AE EB BD

RGB Percentages of Color #aeebbd

%29.10
%39.30
%31.61

CMYK Percentages of Color #aeebbd

%26
%0
%20
%8

Triadic Colors of #aeebbd

#aeebbd #bdaeeb #ebbdae

Analogous Colors of #aeebbd

#aeebbd #aeebdc #beebae

Monochromatic Colors of #aeebbd

#aeebbd

Complementary Color

#aeebbd #ebaedc

#aeebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebbd Color CSS Codes

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

#aeebbd Text Font Color

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

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


#aeebbd Background Color

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

This div background color is #aeebbd


#aeebbd Border Color

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

This div border color is #aeebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebbd


Comments

No comments written yet.

Please login to write comment.