Color Hex Logo

#adeedd Color Hex

#ADEEDD
(173,238,221)
0 Favorites   0 Comments

Color spaces of #adeedd

RGB 173238221
HSL0.460.660.81
HSV164°27°93°
CMYK 0.270.000.07   0.07
XYZ60.859375.253879.7244
Yxy75.25380.28200.3487
Hunter Lab86.7489-26.58286.2353
CIE-Lab89.5117-23.83611.6536

#adeedd color RGB value is (173,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 11011101
Octal 255 356 335
Decimal 173 238 221
Hex AD EE DD

RGB Percentages of Color #adeedd

%27.37
%37.66
%34.97

CMYK Percentages of Color #adeedd

%27
%0
%7
%7

Triadic Colors of #adeedd

#adeedd #ddadee #eeddad

Analogous Colors of #adeedd

#adeedd #addfee #adeebd

Monochromatic Colors of #adeedd

#adeedd

Complementary Color

#adeedd #eeadbe

#adeedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeedd Color CSS Codes

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

#adeedd Text Font Color

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

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


#adeedd Background Color

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

This div background color is #adeedd


#adeedd Border Color

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

This div border color is #adeedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeedd


Comments

No comments written yet.

Please login to write comment.