Color Hex Logo

#aedabe Color Hex

#AEDABE
(174,218,190)
0 Favorites   0 Comments

Color spaces of #aedabe

RGB 174218190
HSL0.390.370.77
HSV142°20°85°
CMYK 0.200.000.13   0.15
XYZ51.821262.859258.1170
Yxy62.85920.29990.3638
Hunter Lab79.2838-22.076112.0376
CIE-Lab83.3682-19.84189.0896

#aedabe color RGB value is (174,218,190).

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

The process color (four color CMYK) of #aedabe color hex is 0.20, 0.00, 0.13, 0.15. Web safe color of #aedabe is #99cccc. Color #aedabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 10111110
Octal 256 332 276
Decimal 174 218 190
Hex AE DA BE

RGB Percentages of Color #aedabe

%29.90
%37.46
%32.65

CMYK Percentages of Color #aedabe

%20
%0
%13
%15

Triadic Colors of #aedabe

#aedabe #beaeda #dabeae

Analogous Colors of #aedabe

#aedabe #aedad4 #b4daae

Monochromatic Colors of #aedabe

#aedabe

Complementary Color

#aedabe #daaeca

#aedabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedabe Color CSS Codes

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

#aedabe Text Font Color

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

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


#aedabe Background Color

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

This div background color is #aedabe


#aedabe Border Color

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

This div border color is #aedabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedabe


Comments

No comments written yet.

Please login to write comment.