Color Hex Logo

#aadeb5 Color Hex

#AADEB5
(170,222,181)
0 Favorites   0 Comments

Color spaces of #aadeb5

RGB 170222181
HSL0.370.440.77
HSV133°23°87°
CMYK 0.230.000.18   0.13
XYZ51.039364.124853.4033
Yxy64.12480.30280.3804
Hunter Lab80.0780-26.365916.5146
CIE-Lab84.0307-24.762114.7422

#aadeb5 color RGB value is (170,222,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 10110101
Octal 252 336 265
Decimal 170 222 181
Hex AA DE B5

RGB Percentages of Color #aadeb5

%29.67
%38.74
%31.59

CMYK Percentages of Color #aadeb5

%23
%0
%18
%13

Triadic Colors of #aadeb5

#aadeb5 #b5aade #deb5aa

Analogous Colors of #aadeb5

#aadeb5 #aadecf #b9deaa

Monochromatic Colors of #aadeb5

#aadeb5

Complementary Color

#aadeb5 #deaad3

#aadeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadeb5 Color CSS Codes

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

#aadeb5 Text Font Color

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

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


#aadeb5 Background Color

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

This div background color is #aadeb5


#aadeb5 Border Color

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

This div border color is #aadeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadeb5


Comments

No comments written yet.

Please login to write comment.