Color Hex Logo

#adebaa Color Hex

#ADEBAA
(173,235,170)
0 Favorites   0 Comments

Color spaces of #adebaa

RGB 173235170
HSL0.330.620.79
HSV117°28°92°
CMYK 0.260.000.28   0.08
XYZ54.197671.203248.9173
Yxy71.20320.31090.4085
Hunter Lab84.3820-33.019924.6962
CIE-Lab87.5836-31.860925.4141

#adebaa color RGB value is (173,235,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 10101010
Octal 255 353 252
Decimal 173 235 170
Hex AD EB AA

RGB Percentages of Color #adebaa

%29.93
%40.66
%29.41

CMYK Percentages of Color #adebaa

%26
%0
%28
%8

Triadic Colors of #adebaa

#adebaa #aaadeb #ebaaad

Analogous Colors of #adebaa

#adebaa #aaebc8 #ceebaa

Monochromatic Colors of #adebaa

#adebaa

Complementary Color

#adebaa #e8aaeb

#adebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebaa Color CSS Codes

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

#adebaa Text Font Color

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

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


#adebaa Background Color

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

This div background color is #adebaa


#adebaa Border Color

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

This div border color is #adebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebaa


Comments

No comments written yet.

Please login to write comment.