Color Hex Logo

#adeeae Color Hex

#ADEEAE
(173,238,174)
0 Favorites   0 Comments

Color spaces of #adeeae

RGB 173238174
HSL0.340.660.81
HSV121°27°93°
CMYK 0.270.000.27   0.07
XYZ55.448173.089351.2296
Yxy73.08930.30840.4066
Hunter Lab85.4923-33.841024.3162
CIE-Lab88.4903-32.604324.6008

#adeeae color RGB value is (173,238,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 10101110
Octal 255 356 256
Decimal 173 238 174
Hex AD EE AE

RGB Percentages of Color #adeeae

%29.57
%40.68
%29.74

CMYK Percentages of Color #adeeae

%27
%0
%27
%7

Triadic Colors of #adeeae

#adeeae #aeadee #eeaead

Analogous Colors of #adeeae

#adeeae #adeecf #cdeead

Monochromatic Colors of #adeeae

#adeeae

Complementary Color

#adeeae #eeaded

#adeeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeeae Color CSS Codes

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

#adeeae Text Font Color

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

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


#adeeae Background Color

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

This div background color is #adeeae


#adeeae Border Color

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

This div border color is #adeeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeeae


Comments

No comments written yet.

Please login to write comment.