Color Hex Logo

#aaddb4 Color Hex

#AADDB4
(170,221,180)
0 Favorites   0 Comments

Color spaces of #aaddb4

RGB 170221180
HSL0.370.430.77
HSV132°23°87°
CMYK 0.230.000.19   0.13
XYZ50.672263.554252.7765
Yxy63.55420.30340.3806
Hunter Lab79.7209-26.053416.5537
CIE-Lab83.7331-24.456114.8486

#aaddb4 color RGB value is (170,221,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 10110100
Octal 252 335 264
Decimal 170 221 180
Hex AA DD B4

RGB Percentages of Color #aaddb4

%29.77
%38.70
%31.52

CMYK Percentages of Color #aaddb4

%23
%0
%19
%13

Triadic Colors of #aaddb4

#aaddb4 #b4aadd #ddb4aa

Analogous Colors of #aaddb4

#aaddb4 #aaddce #baddaa

Monochromatic Colors of #aaddb4

#aaddb4

Complementary Color

#aaddb4 #ddaad3

#aaddb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddb4 Color CSS Codes

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

#aaddb4 Text Font Color

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

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


#aaddb4 Background Color

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

This div background color is #aaddb4


#aaddb4 Border Color

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

This div border color is #aaddb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddb4


Comments

No comments written yet.

Please login to write comment.