Color Hex Logo

#adefc7 Color Hex

#ADEFC7
(173,239,199)
0 Favorites   0 Comments

Color spaces of #adefc7

RGB 173239199
HSL0.400.670.81
HSV144°28°94°
CMYK 0.280.000.17   0.06
XYZ58.408974.740865.3808
Yxy74.74080.29420.3765
Hunter Lab86.4528-30.694815.6783
CIE-Lab89.2714-28.663612.7721

#adefc7 color RGB value is (173,239,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11000111
Octal 255 357 307
Decimal 173 239 199
Hex AD EF C7

RGB Percentages of Color #adefc7

%28.31
%39.12
%32.57

CMYK Percentages of Color #adefc7

%28
%0
%17
%6

Triadic Colors of #adefc7

#adefc7 #c7adef #efc7ad

Analogous Colors of #adefc7

#adefc7 #adefe8 #b4efad

Monochromatic Colors of #adefc7

#adefc7

Complementary Color

#adefc7 #efadd5

#adefc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefc7 Color CSS Codes

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

#adefc7 Text Font Color

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

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


#adefc7 Background Color

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

This div background color is #adefc7


#adefc7 Border Color

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

This div border color is #adefc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefc7


Comments

No comments written yet.

Please login to write comment.