Color Hex Logo

#aedcbe Color Hex

#AEDCBE
(174,220,190)
0 Favorites   0 Comments

Color spaces of #aedcbe

RGB 174220190
HSL0.390.400.77
HSV141°21°86°
CMYK 0.210.000.14   0.14
XYZ52.343063.902858.2909
Yxy63.90280.29990.3661
Hunter Lab79.9392-23.014512.7238
CIE-Lab83.9151-20.83279.8709

#aedcbe color RGB value is (174,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 10111110
Octal 256 334 276
Decimal 174 220 190
Hex AE DC BE

RGB Percentages of Color #aedcbe

%29.79
%37.67
%32.53

CMYK Percentages of Color #aedcbe

%21
%0
%14
%14

Triadic Colors of #aedcbe

#aedcbe #beaedc #dcbeae

Analogous Colors of #aedcbe

#aedcbe #aedcd5 #b5dcae

Monochromatic Colors of #aedcbe

#aedcbe

Complementary Color

#aedcbe #dcaecc

#aedcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcbe Color CSS Codes

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

#aedcbe Text Font Color

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

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


#aedcbe Background Color

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

This div background color is #aedcbe


#aedcbe Border Color

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

This div border color is #aedcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcbe


Comments

No comments written yet.

Please login to write comment.