Color Hex Logo

#adeaaf Color Hex

#ADEAAF
(173,234,175)
0 Favorites   0 Comments

Color spaces of #adeaaf

RGB 173234175
HSL0.340.590.80
HSV122°26°92°
CMYK 0.260.000.25   0.08
XYZ54.394370.825051.3612
Yxy70.82500.30800.4011
Hunter Lab84.1576-31.904322.7258
CIE-Lab87.3999-30.568022.5878

#adeaaf color RGB value is (173,234,175).

#adeaaf hex color red value is 173, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #adeaaf hue: 0.34 , saturation: 0.59 and the lightness value of adeaaf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 10101111
Octal 255 352 257
Decimal 173 234 175
Hex AD EA AF

RGB Percentages of Color #adeaaf

%29.73
%40.21
%30.07

CMYK Percentages of Color #adeaaf

%26
%0
%25
%8

Triadic Colors of #adeaaf

#adeaaf #afadea #eaafad

Analogous Colors of #adeaaf

#adeaaf #adeace #caeaad

Monochromatic Colors of #adeaaf

#adeaaf

Complementary Color

#adeaaf #eaade8

#adeaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeaaf Color CSS Codes

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

#adeaaf Text Font Color

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

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


#adeaaf Background Color

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

This div background color is #adeaaf


#adeaaf Border Color

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

This div border color is #adeaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeaaf


Comments

No comments written yet.

Please login to write comment.