Color Hex Logo

#adf4dc Color Hex

#ADF4DC
(173,244,220)
0 Favorites   0 Comments

Color spaces of #adf4dc

RGB 173244220
HSL0.440.760.82
HSV160°29°96°
CMYK 0.290.000.10   0.04
XYZ62.502578.752979.6167
Yxy78.75290.28300.3566
Hunter Lab88.7428-29.58058.9272
CIE-Lab91.1224-26.93424.5118

#adf4dc color RGB value is (173,244,220).

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

The process color (four color CMYK) of #adf4dc color hex is 0.29, 0.00, 0.10, 0.04. Web safe color of #adf4dc is #99ffcc. Color #adf4dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110100 11011100
Octal 255 364 334
Decimal 173 244 220
Hex AD F4 DC

RGB Percentages of Color #adf4dc

%27.16
%38.30
%34.54

CMYK Percentages of Color #adf4dc

%29
%0
%10
%4

Triadic Colors of #adf4dc

#adf4dc #dcadf4 #f4dcad

Analogous Colors of #adf4dc

#adf4dc #ade9f4 #adf4b9

Monochromatic Colors of #adf4dc

#adf4dc

Complementary Color

#adf4dc #f4adc5

#adf4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf4dc Color CSS Codes

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

#adf4dc Text Font Color

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

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


#adf4dc Background Color

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

This div background color is #adf4dc


#adf4dc Border Color

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

This div border color is #adf4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf4dc


Comments

No comments written yet.

Please login to write comment.