Color Hex Logo

#ade1ab Color Hex

#ADE1AB
(173,225,171)
0 Favorites   0 Comments

Color spaces of #ade1ab

RGB 173225171
HSL0.330.470.78
HSV118°24°88°
CMYK 0.230.000.24   0.12
XYZ51.509565.674948.4898
Yxy65.67490.31090.3964
Hunter Lab81.0401-28.364521.2522
CIE-Lab84.8303-26.964521.1145

#ade1ab color RGB value is (173,225,171).

#ade1ab hex color red value is 173, green value is 225 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ade1ab hue: 0.33 , saturation: 0.47 and the lightness value of ade1ab is 0.78.

The process color (four color CMYK) of #ade1ab color hex is 0.23, 0.00, 0.24, 0.12. Web safe color of #ade1ab is #99cc99. Color #ade1ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100001 10101011
Octal 255 341 253
Decimal 173 225 171
Hex AD E1 AB

RGB Percentages of Color #ade1ab

%30.40
%39.54
%30.05

CMYK Percentages of Color #ade1ab

%23
%0
%24
%12

Triadic Colors of #ade1ab

#ade1ab #abade1 #e1abad

Analogous Colors of #ade1ab

#ade1ab #abe1c4 #c8e1ab

Monochromatic Colors of #ade1ab

#ade1ab

Complementary Color

#ade1ab #dfabe1

#ade1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade1ab Color CSS Codes

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

#ade1ab Text Font Color

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

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


#ade1ab Background Color

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

This div background color is #ade1ab


#ade1ab Border Color

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

This div border color is #ade1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade1ab


Comments

No comments written yet.

Please login to write comment.