Color Hex Logo

#adeee8 Color Hex

#ADEEE8
(173,238,232)
0 Favorites   0 Comments

Color spaces of #adeee8

RGB 173238232
HSL0.480.660.81
HSV174°27°93°
CMYK 0.270.000.03   0.07
XYZ62.373675.859587.6988
Yxy75.85950.27610.3358
Hunter Lab87.0974-24.59001.2687
CIE-Lab89.7941-21.5079-3.6799

#adeee8 color RGB value is (173,238,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 11101000
Octal 255 356 350
Decimal 173 238 232
Hex AD EE E8

RGB Percentages of Color #adeee8

%26.91
%37.01
%36.08

CMYK Percentages of Color #adeee8

%27
%0
%3
%7

Triadic Colors of #adeee8

#adeee8 #e8adee #eee8ad

Analogous Colors of #adeee8

#adeee8 #add4ee #adeec8

Monochromatic Colors of #adeee8

#adeee8

Complementary Color

#adeee8 #eeadb3

#adeee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeee8 Color CSS Codes

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

#adeee8 Text Font Color

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

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


#adeee8 Background Color

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

This div background color is #adeee8


#adeee8 Border Color

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

This div border color is #adeee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeee8


Comments

No comments written yet.

Please login to write comment.