Color Hex Logo

#adefd8 Color Hex

#ADEFD8
(173,239,216)
0 Favorites   0 Comments

Color spaces of #adefd8

RGB 173239216
HSL0.440.670.81
HSV159°28°94°
CMYK 0.280.000.10   0.06
XYZ60.494875.575176.3648
Yxy75.57510.28480.3558
Hunter Lab86.9339-27.92148.7720
CIE-Lab89.6617-25.34454.4807

#adefd8 color RGB value is (173,239,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11011000
Octal 255 357 330
Decimal 173 239 216
Hex AD EF D8

RGB Percentages of Color #adefd8

%27.55
%38.06
%34.39

CMYK Percentages of Color #adefd8

%28
%0
%10
%6

Triadic Colors of #adefd8

#adefd8 #d8adef #efd8ad

Analogous Colors of #adefd8

#adefd8 #ade5ef #adefb7

Monochromatic Colors of #adefd8

#adefd8

Complementary Color

#adefd8 #efadc4

#adefd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefd8 Color CSS Codes

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

#adefd8 Text Font Color

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

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


#adefd8 Background Color

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

This div background color is #adefd8


#adefd8 Border Color

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

This div border color is #adefd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefd8


Comments

No comments written yet.

Please login to write comment.