Color Hex Logo

#adf8dd Color Hex

#ADF8DD
(173,248,221)
0 Favorites   0 Comments

Color spaces of #adf8dd

RGB 173248221
HSL0.440.840.83
HSV158°30°97°
CMYK 0.300.000.11   0.03
XYZ63.852181.239580.7220
Yxy81.23950.28280.3598
Hunter Lab90.1330-31.27959.9937
CIE-Lab92.2382-28.63645.6056

#adf8dd color RGB value is (173,248,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111000 11011101
Octal 255 370 335
Decimal 173 248 221
Hex AD F8 DD

RGB Percentages of Color #adf8dd

%26.95
%38.63
%34.42

CMYK Percentages of Color #adf8dd

%30
%0
%11
%3

Triadic Colors of #adf8dd

#adf8dd #ddadf8 #f8ddad

Analogous Colors of #adf8dd

#adf8dd #adeef8 #adf8b8

Monochromatic Colors of #adf8dd

#adf8dd

Complementary Color

#adf8dd #f8adc8

#adf8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf8dd Color CSS Codes

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

#adf8dd Text Font Color

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

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


#adf8dd Background Color

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

This div background color is #adf8dd


#adf8dd Border Color

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

This div border color is #adf8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf8dd


Comments

No comments written yet.

Please login to write comment.