Color Hex Logo

#adf1dd Color Hex

#ADF1DD
(173,241,221)
0 Favorites   0 Comments

Color spaces of #adf1dd

RGB 173241221
HSL0.450.710.81
HSV162°28°95°
CMYK 0.280.000.08   0.05
XYZ61.740077.015380.0180
Yxy77.01530.28220.3520
Hunter Lab87.7584-27.99837.3703
CIE-Lab90.3287-25.28842.8411

#adf1dd color RGB value is (173,241,221).

#adf1dd hex color red value is 173, green value is 241 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #adf1dd hue: 0.45 , saturation: 0.71 and the lightness value of adf1dd is 0.81.

The process color (four color CMYK) of #adf1dd color hex is 0.28, 0.00, 0.08, 0.05. Web safe color of #adf1dd is #99ffcc. Color #adf1dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110001 11011101
Octal 255 361 335
Decimal 173 241 221
Hex AD F1 DD

RGB Percentages of Color #adf1dd

%27.24
%37.95
%34.80

CMYK Percentages of Color #adf1dd

%28
%0
%8
%5

Triadic Colors of #adf1dd

#adf1dd #ddadf1 #f1ddad

Analogous Colors of #adf1dd

#adf1dd #ade3f1 #adf1bb

Monochromatic Colors of #adf1dd

#adf1dd

Complementary Color

#adf1dd #f1adc1

#adf1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf1dd Color CSS Codes

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

#adf1dd Text Font Color

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

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


#adf1dd Background Color

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

This div background color is #adf1dd


#adf1dd Border Color

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

This div border color is #adf1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf1dd


Comments

No comments written yet.

Please login to write comment.