Color Hex Logo

#adefdd Color Hex

#ADEFDD
(173,239,221)
0 Favorites   0 Comments

Color spaces of #adefdd

RGB 173239221
HSL0.450.670.81
HSV164°28°94°
CMYK 0.280.000.08   0.06
XYZ61.151275.837779.8217
Yxy75.83770.28200.3498
Hunter Lab87.0848-27.05536.6144
CIE-Lab89.7839-24.32142.0496

#adefdd color RGB value is (173,239,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11011101
Octal 255 357 335
Decimal 173 239 221
Hex AD EF DD

RGB Percentages of Color #adefdd

%27.33
%37.76
%34.91

CMYK Percentages of Color #adefdd

%28
%0
%8
%6

Triadic Colors of #adefdd

#adefdd #ddadef #efddad

Analogous Colors of #adefdd

#adefdd #ade0ef #adefbc

Monochromatic Colors of #adefdd

#adefdd

Complementary Color

#adefdd #efadbf

#adefdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefdd Color CSS Codes

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

#adefdd Text Font Color

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

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


#adefdd Background Color

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

This div background color is #adefdd


#adefdd Border Color

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

This div border color is #adefdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefdd


Comments

No comments written yet.

Please login to write comment.