Color Hex Logo

#adfade Color Hex

#ADFADE
(173,250,222)
0 Favorites   0 Comments

Color spaces of #adfade

RGB 173250222
HSL0.440.890.83
HSV158°31°98°
CMYK 0.310.000.11   0.02
XYZ64.604082.529481.6320
Yxy82.52940.28240.3608
Hunter Lab90.8457-32.041510.3153
CIE-Lab92.8080-29.38055.9104

#adfade color RGB value is (173,250,222).

#adfade hex color red value is 173, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #adfade hue: 0.44 , saturation: 0.89 and the lightness value of adfade is 0.83.

The process color (four color CMYK) of #adfade color hex is 0.31, 0.00, 0.11, 0.02. Web safe color of #adfade is #99ffcc. Color #adfade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 11011110
Octal 255 372 336
Decimal 173 250 222
Hex AD FA DE

RGB Percentages of Color #adfade

%26.82
%38.76
%34.42

CMYK Percentages of Color #adfade

%31
%0
%11
%2

Triadic Colors of #adfade

#adfade #deadfa #fadead

Analogous Colors of #adfade

#adfade #adf0fa #adfab8

Monochromatic Colors of #adfade

#adfade

Complementary Color

#adfade #faadc9

#adfade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfade Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfade Color CSS Codes

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

#adfade Text Font Color

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

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


#adfade Background Color

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

This div background color is #adfade


#adfade Border Color

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

This div border color is #adfade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,250,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 #adfade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfade


Comments

No comments written yet.

Please login to write comment.