Color Hex Logo

#adeeac Color Hex

#ADEEAC
(173,238,172)
0 Favorites   0 Comments

Color spaces of #adeeac

RGB 173238172
HSL0.330.660.80
HSV119°28°93°
CMYK 0.270.000.28   0.07
XYZ55.254573.011950.2102
Yxy73.01190.30960.4091
Hunter Lab85.4470-34.104824.9730
CIE-Lab88.4534-32.932025.5759

#adeeac color RGB value is (173,238,172).

#adeeac hex color red value is 173, green value is 238 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #adeeac hue: 0.33 , saturation: 0.66 and the lightness value of adeeac is 0.80.

The process color (four color CMYK) of #adeeac color hex is 0.27, 0.00, 0.28, 0.07. Web safe color of #adeeac is #99ff99. Color #adeeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 10101100
Octal 255 356 254
Decimal 173 238 172
Hex AD EE AC

RGB Percentages of Color #adeeac

%29.67
%40.82
%29.50

CMYK Percentages of Color #adeeac

%27
%0
%28
%7

Triadic Colors of #adeeac

#adeeac #acadee #eeacad

Analogous Colors of #adeeac

#adeeac #aceecc #ceeeac

Monochromatic Colors of #adeeac

#adeeac

Complementary Color

#adeeac #edacee

#adeeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeeac Color CSS Codes

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

#adeeac Text Font Color

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

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


#adeeac Background Color

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

This div background color is #adeeac


#adeeac Border Color

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

This div border color is #adeeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeeac


Comments

No comments written yet.

Please login to write comment.