Color Hex Logo

#adefd7 Color Hex

#ADEFD7
(173,239,215)
0 Favorites   0 Comments

Color spaces of #adefd7

RGB 173239215
HSL0.440.670.81
HSV158°28°94°
CMYK 0.280.000.10   0.06
XYZ60.365875.523575.6859
Yxy75.52350.28530.3570
Hunter Lab86.9043-28.09209.1966
CIE-Lab89.6376-25.54684.9674

#adefd7 color RGB value is (173,239,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11010111
Octal 255 357 327
Decimal 173 239 215
Hex AD EF D7

RGB Percentages of Color #adefd7

%27.59
%38.12
%34.29

CMYK Percentages of Color #adefd7

%28
%0
%10
%6

Triadic Colors of #adefd7

#adefd7 #d7adef #efd7ad

Analogous Colors of #adefd7

#adefd7 #ade6ef #adefb6

Monochromatic Colors of #adefd7

#adefd7

Complementary Color

#adefd7 #efadc5

#adefd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefd7 Color CSS Codes

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

#adefd7 Text Font Color

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

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


#adefd7 Background Color

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

This div background color is #adefd7


#adefd7 Border Color

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

This div border color is #adefd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefd7


Comments

No comments written yet.

Please login to write comment.