Color Hex Logo

#adfadd Color Hex

#ADFADD
(173,250,221)
0 Favorites   0 Comments

Color spaces of #adfadd

RGB 173250221
HSL0.440.890.83
HSV157°31°98°
CMYK 0.310.000.12   0.02
XYZ64.470382.475980.9281
Yxy82.47590.28290.3619
Hunter Lab90.8162-32.211610.7369
CIE-Lab92.7845-29.58266.3936

#adfadd color RGB value is (173,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 11011101
Octal 255 372 335
Decimal 173 250 221
Hex AD FA DD

RGB Percentages of Color #adfadd

%26.86
%38.82
%34.32

CMYK Percentages of Color #adfadd

%31
%0
%12
%2

Triadic Colors of #adfadd

#adfadd #ddadfa #faddad

Analogous Colors of #adfadd

#adfadd #adf1fa #adfab7

Monochromatic Colors of #adfadd

#adfadd

Complementary Color

#adfadd #faadca

#adfadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfadd Color CSS Codes

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

#adfadd Text Font Color

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

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


#adfadd Background Color

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

This div background color is #adfadd


#adfadd Border Color

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

This div border color is #adfadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfadd


Comments

No comments written yet.

Please login to write comment.