Color Hex Logo

#adefd9 Color Hex

#ADEFD9
(173,239,217)
0 Favorites   0 Comments

Color spaces of #adefd9

RGB 173239217
HSL0.440.670.81
HSV160°28°94°
CMYK 0.280.000.09   0.06
XYZ60.624575.627077.0479
Yxy75.62700.28420.3546
Hunter Lab86.9638-27.75018.3451
CIE-Lab89.6859-25.14163.9941

#adefd9 color RGB value is (173,239,217).

#adefd9 hex color red value is 173, green value is 239 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #adefd9 hue: 0.44 , saturation: 0.67 and the lightness value of adefd9 is 0.81.

The process color (four color CMYK) of #adefd9 color hex is 0.28, 0.00, 0.09, 0.06. Web safe color of #adefd9 is #99ffcc. Color #adefd9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11011001
Octal 255 357 331
Decimal 173 239 217
Hex AD EF D9

RGB Percentages of Color #adefd9

%27.50
%38.00
%34.50

CMYK Percentages of Color #adefd9

%28
%0
%9
%6

Triadic Colors of #adefd9

#adefd9 #d9adef #efd9ad

Analogous Colors of #adefd9

#adefd9 #ade4ef #adefb8

Monochromatic Colors of #adefd9

#adefd9

Complementary Color

#adefd9 #efadc3

#adefd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefd9 Color CSS Codes

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

#adefd9 Text Font Color

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

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


#adefd9 Background Color

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

This div background color is #adefd9


#adefd9 Border Color

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

This div border color is #adefd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefd9


Comments

No comments written yet.

Please login to write comment.