Color Hex Logo

#aeddda Color Hex

#AEDDDA
(174,221,218)
0 Favorites   0 Comments

Color spaces of #aeddda

RGB 174221218
HSL0.490.410.77
HSV176°21°87°
CMYK 0.210.000.01   0.13
XYZ55.966965.773576.0755
Yxy65.77350.28290.3325
Hunter Lab81.1009-18.74541.1545
CIE-Lab84.8808-15.7469-3.5377

#aeddda color RGB value is (174,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11011010
Octal 256 335 332
Decimal 174 221 218
Hex AE DD DA

RGB Percentages of Color #aeddda

%28.38
%36.05
%35.56

CMYK Percentages of Color #aeddda

%21
%0
%1
%13

Triadic Colors of #aeddda

#aeddda #daaedd #dddaae

Analogous Colors of #aeddda

#aeddda #aec9dd #aeddc3

Monochromatic Colors of #aeddda

#aeddda

Complementary Color

#aeddda #ddaeb1

#aeddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddda Color CSS Codes

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

#aeddda Text Font Color

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

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


#aeddda Background Color

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

This div background color is #aeddda


#aeddda Border Color

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

This div border color is #aeddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddda


Comments

No comments written yet.

Please login to write comment.