Color Hex Logo

#adf9de Color Hex

#ADF9DE
(173,249,222)
0 Favorites   0 Comments

Color spaces of #adf9de

RGB 173249222
HSL0.440.860.83
HSV159°31°98°
CMYK 0.310.000.11   0.02
XYZ64.294181.909581.5287
Yxy81.90950.28230.3597
Hunter Lab90.5039-31.57519.9424
CIE-Lab92.5349-28.90745.5162

#adf9de color RGB value is (173,249,222).

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

The process color (four color CMYK) of #adf9de color hex is 0.31, 0.00, 0.11, 0.02. Web safe color of #adf9de is #99ffcc. Color #adf9de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 11011110
Octal 255 371 336
Decimal 173 249 222
Hex AD F9 DE

RGB Percentages of Color #adf9de

%26.86
%38.66
%34.47

CMYK Percentages of Color #adf9de

%31
%0
%11
%2

Triadic Colors of #adf9de

#adf9de #deadf9 #f9dead

Analogous Colors of #adf9de

#adf9de #adeef9 #adf9b8

Monochromatic Colors of #adf9de

#adf9de

Complementary Color

#adf9de #f9adc8

#adf9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf9de Color CSS Codes

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

#adf9de Text Font Color

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

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


#adf9de Background Color

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

This div background color is #adf9de


#adf9de Border Color

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

This div border color is #adf9de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,249,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #adf9de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf9de


Comments

No comments written yet.

Please login to write comment.