Color Hex Logo

#adf3dc Color Hex

#ADF3DC
(173,243,220)
0 Favorites   0 Comments

Color spaces of #adf3dc

RGB 173243220
HSL0.450.740.82
HSV160°29°95°
CMYK 0.290.000.09   0.05
XYZ62.202478.152779.5167
Yxy78.15270.28290.3554
Hunter Lab88.4040-29.11178.5533
CIE-Lab90.8495-26.45524.1168

#adf3dc color RGB value is (173,243,220).

#adf3dc hex color red value is 173, green value is 243 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #adf3dc hue: 0.45 , saturation: 0.74 and the lightness value of adf3dc is 0.82.

The process color (four color CMYK) of #adf3dc color hex is 0.29, 0.00, 0.09, 0.05. Web safe color of #adf3dc is #99ffcc. Color #adf3dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110011 11011100
Octal 255 363 334
Decimal 173 243 220
Hex AD F3 DC

RGB Percentages of Color #adf3dc

%27.20
%38.21
%34.59

CMYK Percentages of Color #adf3dc

%29
%0
%9
%5

Triadic Colors of #adf3dc

#adf3dc #dcadf3 #f3dcad

Analogous Colors of #adf3dc

#adf3dc #ade7f3 #adf3b9

Monochromatic Colors of #adf3dc

#adf3dc

Complementary Color

#adf3dc #f3adc4

#adf3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf3dc Color CSS Codes

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

#adf3dc Text Font Color

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

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


#adf3dc Background Color

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

This div background color is #adf3dc


#adf3dc Border Color

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

This div border color is #adf3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf3dc


Comments

No comments written yet.

Please login to write comment.