Color Hex Logo

#aaddda Color Hex

#AADDDA
(170,221,218)
0 Favorites   0 Comments

Color spaces of #aaddda

RGB 170221218
HSL0.490.430.77
HSV176°23°87°
CMYK 0.230.000.01   0.13
XYZ55.088965.320976.0344
Yxy65.32090.28040.3325
Hunter Lab80.8213-19.76940.7966
CIE-Lab84.6488-16.9503-3.9056

#aaddda color RGB value is (170,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11011010
Octal 252 335 332
Decimal 170 221 218
Hex AA DD DA

RGB Percentages of Color #aaddda

%27.91
%36.29
%35.80

CMYK Percentages of Color #aaddda

%23
%0
%1
%13

Triadic Colors of #aaddda

#aaddda #daaadd #dddaaa

Analogous Colors of #aaddda

#aaddda #aac7dd #aaddc1

Monochromatic Colors of #aaddda

#aaddda

Complementary Color

#aaddda #ddaaad

#aaddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddda Color CSS Codes

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

#aaddda Text Font Color

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

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


#aaddda Background Color

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

This div background color is #aaddda


#aaddda Border Color

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

This div border color is #aaddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddda


Comments

No comments written yet.

Please login to write comment.