Color Hex Logo

#adf6de Color Hex

#ADF6DE
(173,246,222)
0 Favorites   0 Comments

Color spaces of #adf6de

RGB 173246222
HSL0.450.800.82
HSV160°30°96°
CMYK 0.300.000.10   0.04
XYZ63.374280.069781.2221
Yxy80.06970.28210.3564
Hunter Lab89.4817-30.17278.8199
CIE-Lab91.7161-27.48154.3325

#adf6de color RGB value is (173,246,222).

#adf6de hex color red value is 173, green value is 246 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #adf6de hue: 0.45 , saturation: 0.80 and the lightness value of adf6de is 0.82.

The process color (four color CMYK) of #adf6de color hex is 0.30, 0.00, 0.10, 0.04. Web safe color of #adf6de is #99ffcc. Color #adf6de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110110 11011110
Octal 255 366 336
Decimal 173 246 222
Hex AD F6 DE

RGB Percentages of Color #adf6de

%26.99
%38.38
%34.63

CMYK Percentages of Color #adf6de

%30
%0
%10
%4

Triadic Colors of #adf6de

#adf6de #deadf6 #f6dead

Analogous Colors of #adf6de

#adf6de #adeaf6 #adf6ba

Monochromatic Colors of #adf6de

#adf6de

Complementary Color

#adf6de #f6adc5

#adf6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf6de Color CSS Codes

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

#adf6de Text Font Color

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

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


#adf6de Background Color

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

This div background color is #adf6de


#adf6de Border Color

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

This div border color is #adf6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf6de


Comments

No comments written yet.

Please login to write comment.