Color Hex Logo

#adeaab Color Hex

#ADEAAB
(173,234,171)
0 Favorites   0 Comments

Color spaces of #adeaab

RGB 173234171
HSL0.330.600.79
HSV118°27°92°
CMYK 0.260.000.27   0.08
XYZ54.007170.670149.3223
Yxy70.67010.31040.4062
Hunter Lab84.0655-32.439024.0597
CIE-Lab87.3245-31.230224.5457

#adeaab color RGB value is (173,234,171).

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

The process color (four color CMYK) of #adeaab color hex is 0.26, 0.00, 0.27, 0.08. Web safe color of #adeaab is #99ff99. Color #adeaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 10101011
Octal 255 352 253
Decimal 173 234 171
Hex AD EA AB

RGB Percentages of Color #adeaab

%29.93
%40.48
%29.58

CMYK Percentages of Color #adeaab

%26
%0
%27
%8

Triadic Colors of #adeaab

#adeaab #abadea #eaabad

Analogous Colors of #adeaab

#adeaab #abeac9 #cdeaab

Monochromatic Colors of #adeaab

#adeaab

Complementary Color

#adeaab #e8abea

#adeaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeaab Color CSS Codes

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

#adeaab Text Font Color

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

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


#adeaab Background Color

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

This div background color is #adeaab


#adeaab Border Color

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

This div border color is #adeaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeaab


Comments

No comments written yet.

Please login to write comment.