Color Hex Logo

#adfadc Color Hex

#ADFADC
(173,250,220)
0 Favorites   0 Comments

Color spaces of #adfadc

RGB 173250220
HSL0.440.890.83
HSV157°31°98°
CMYK 0.310.000.12   0.02
XYZ64.337582.422880.2284
Yxy82.42280.28340.3631
Hunter Lab90.7870-32.380711.1564
CIE-Lab92.7611-29.78386.8770

#adfadc color RGB value is (173,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 11011100
Octal 255 372 334
Decimal 173 250 220
Hex AD FA DC

RGB Percentages of Color #adfadc

%26.91
%38.88
%34.21

CMYK Percentages of Color #adfadc

%31
%0
%12
%2

Triadic Colors of #adfadc

#adfadc #dcadfa #fadcad

Analogous Colors of #adfadc

#adfadc #adf2fa #adfab6

Monochromatic Colors of #adfadc

#adfadc

Complementary Color

#adfadc #faadcb

#adfadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfadc Color CSS Codes

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

#adfadc Text Font Color

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

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


#adfadc Background Color

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

This div background color is #adfadc


#adfadc Border Color

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

This div border color is #adfadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfadc

Related Colors


Comments

No comments written yet.

Please login to write comment.