Color Hex Logo

#aedebe Color Hex

#AEDEBE
(174,222,190)
0 Favorites   0 Comments

Color spaces of #aedebe

RGB 174222190
HSL0.390.420.78
HSV140°22°87°
CMYK 0.220.000.14   0.13
XYZ52.871164.958958.4669
Yxy64.95890.29990.3685
Hunter Lab80.5971-23.950213.4077
CIE-Lab84.4626-21.818610.6514

#aedebe color RGB value is (174,222,190).

#aedebe hex color red value is 174, green value is 222 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aedebe hue: 0.39 , saturation: 0.42 and the lightness value of aedebe is 0.78.

The process color (four color CMYK) of #aedebe color hex is 0.22, 0.00, 0.14, 0.13. Web safe color of #aedebe is #99cccc. Color #aedebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 10111110
Octal 256 336 276
Decimal 174 222 190
Hex AE DE BE

RGB Percentages of Color #aedebe

%29.69
%37.88
%32.42

CMYK Percentages of Color #aedebe

%22
%0
%14
%13

Triadic Colors of #aedebe

#aedebe #beaede #debeae

Analogous Colors of #aedebe

#aedebe #aeded6 #b6deae

Monochromatic Colors of #aedebe

#aedebe

Complementary Color

#aedebe #deaece

#aedebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedebe Color CSS Codes

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

#aedebe Text Font Color

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

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


#aedebe Background Color

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

This div background color is #aedebe


#aedebe Border Color

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

This div border color is #aedebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedebe


Comments

No comments written yet.

Please login to write comment.