Color Hex Logo

#adefde Color Hex

#ADEFDE
(173,239,222)
0 Favorites   0 Comments

Color spaces of #adefde

RGB 173239222
HSL0.460.670.81
HSV165°28°94°
CMYK 0.280.000.07   0.06
XYZ61.284975.891280.5256
Yxy75.89120.28150.3486
Hunter Lab87.1156-26.87936.1759
CIE-Lab89.8088-24.11421.5639

#adefde color RGB value is (173,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11011110
Octal 255 357 336
Decimal 173 239 222
Hex AD EF DE

RGB Percentages of Color #adefde

%27.29
%37.70
%35.02

CMYK Percentages of Color #adefde

%28
%0
%7
%6

Triadic Colors of #adefde

#adefde #deadef #efdead

Analogous Colors of #adefde

#adefde #addfef #adefbd

Monochromatic Colors of #adefde

#adefde

Complementary Color

#adefde #efadbe

#adefde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefde Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefde Color CSS Codes

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

#adefde Text Font Color

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

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


#adefde Background Color

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

This div background color is #adefde


#adefde Border Color

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

This div border color is #adefde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefde


Comments

No comments written yet.

Please login to write comment.