Color Hex Logo

#aeedbb Color Hex

#AEEDBB
(174,237,187)
0 Favorites   0 Comments

Color spaces of #aeedbb

RGB 174237187
HSL0.370.640.81
HSV132°27°93°
CMYK 0.270.000.21   0.07
XYZ56.709473.154958.1451
Yxy73.15490.30160.3891
Hunter Lab85.5306-31.327719.5652
CIE-Lab88.5215-29.594817.9485

#aeedbb color RGB value is (174,237,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 10111011
Octal 256 355 273
Decimal 174 237 187
Hex AE ED BB

RGB Percentages of Color #aeedbb

%29.10
%39.63
%31.27

CMYK Percentages of Color #aeedbb

%27
%0
%21
%7

Triadic Colors of #aeedbb

#aeedbb #bbaeed #edbbae

Analogous Colors of #aeedbb

#aeedbb #aeeddb #c1edae

Monochromatic Colors of #aeedbb

#aeedbb

Complementary Color

#aeedbb #edaee0

#aeedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeedbb Color CSS Codes

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

#aeedbb Text Font Color

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

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


#aeedbb Background Color

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

This div background color is #aeedbb


#aeedbb Border Color

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

This div border color is #aeedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeedbb


Comments

No comments written yet.

Please login to write comment.