Color Hex Logo

#adf7dc Color Hex

#ADF7DC
(173,247,220)
0 Favorites   0 Comments

Color spaces of #adf7dc

RGB 173247220
HSL0.440.820.82
HSV158°30°97°
CMYK 0.300.000.11   0.03
XYZ63.412680.573179.9201
Yxy80.57310.28320.3599
Hunter Lab89.7625-30.983310.0449
CIE-Lab91.9414-28.36435.6953

#adf7dc color RGB value is (173,247,220).

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

The process color (four color CMYK) of #adf7dc color hex is 0.30, 0.00, 0.11, 0.03. Web safe color of #adf7dc is #99ffcc. Color #adf7dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110111 11011100
Octal 255 367 334
Decimal 173 247 220
Hex AD F7 DC

RGB Percentages of Color #adf7dc

%27.03
%38.59
%34.38

CMYK Percentages of Color #adf7dc

%30
%0
%11
%3

Triadic Colors of #adf7dc

#adf7dc #dcadf7 #f7dcad

Analogous Colors of #adf7dc

#adf7dc #adedf7 #adf7b7

Monochromatic Colors of #adf7dc

#adf7dc

Complementary Color

#adf7dc #f7adc8

#adf7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf7dc Color CSS Codes

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

#adf7dc Text Font Color

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

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


#adf7dc Background Color

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

This div background color is #adf7dc


#adf7dc Border Color

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

This div border color is #adf7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf7dc


Comments

No comments written yet.

Please login to write comment.