color codes Logo

#aadeab color codes

#AADEAB
(170,222,171)
0 Favorites   0 Comments

Color spaces of #aadeab

RGB 170222171
HSL0.340.440.77
HSV121°23°87°
CMYK 0.230.000.23   0.13
XYZ50.049563.728948.1911
Yxy63.72890.30900.3935
Hunter Lab79.8304-27.792920.0898
CIE-Lab83.8244-26.517219.6945

#aadeab color RGB value is (170,222,171).

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

The process color (four color CMYK) of #aadeab color code is 0.23, 0.00, 0.23, 0.13. Web safe color of #aadeab is #99cc99. Color #aadeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 10101011
Octal 252 336 253
Decimal 170 222 171
Hex AA DE AB

RGB Percentages of Color #aadeab

%30.20
%39.43
%30.37

CMYK Percentages of Color #aadeab

%23
%0
%23
%13

Triadic Colors of #aadeab

#aadeab #abaade #deabaa

Analogous Colors of #aadeab

#aadeab #aadec5 #c3deaa

Monochromatic Colors of #aadeab

#aadeab

Complementary Color

#aadeab #deaadd

#aadeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadeab Color CSS Codes

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

#aadeab Text Font Color

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

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


#aadeab Background Color

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

This div background color is #aadeab


#aadeab Border Color

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

This div border color is #aadeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadeab


Comments

No comments written yet.

Please login to write comment.