Color Hex Logo

#adf9db Color Hex

#ADF9DB
(173,249,219)
0 Favorites   0 Comments

Color spaces of #adf9db

RGB 173249219
HSL0.430.860.83
HSV156°31°98°
CMYK 0.310.000.12   0.02
XYZ63.895481.750179.4295
Yxy81.75010.28390.3632
Hunter Lab90.4158-32.084411.2053
CIE-Lab92.4645-29.51286.9670

#adf9db color RGB value is (173,249,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 11011011
Octal 255 371 333
Decimal 173 249 219
Hex AD F9 DB

RGB Percentages of Color #adf9db

%26.99
%38.85
%34.17

CMYK Percentages of Color #adf9db

%31
%0
%12
%2

Triadic Colors of #adf9db

#adf9db #dbadf9 #f9dbad

Analogous Colors of #adf9db

#adf9db #adf1f9 #adf9b5

Monochromatic Colors of #adf9db

#adf9db

Complementary Color

#adf9db #f9adcb

#adf9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf9db Color CSS Codes

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

#adf9db Text Font Color

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

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


#adf9db Background Color

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

This div background color is #adf9db


#adf9db Border Color

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

This div border color is #adf9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf9db

Related Colors


Comments

No comments written yet.

Please login to write comment.