Color Hex Logo

#9ad4db Color Hex

#9AD4DB
(154,212,219)
0 Favorites   0 Comments

Color spaces of #9ad4db

RGB 154212219
HSL0.520.470.73
HSV186°30°86°
CMYK 0.300.030.00   0.14
XYZ49.656159.071575.8026
Yxy59.07150.26910.3201
Hunter Lab76.8580-19.1769-4.6753
CIE-Lab81.3309-16.8299-9.4457

#9ad4db color RGB value is (154,212,219).

#9ad4db hex color red value is 154, green value is 212 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9ad4db hue: 0.52 , saturation: 0.47 and the lightness value of 9ad4db is 0.73.

The process color (four color CMYK) of #9ad4db color hex is 0.30, 0.03, 0.00, 0.14. Web safe color of #9ad4db is #99cccc. Color #9ad4db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11010100 11011011
Octal 232 324 333
Decimal 154 212 219
Hex 9A D4 DB

RGB Percentages of Color #9ad4db

%26.32
%36.24
%37.44

CMYK Percentages of Color #9ad4db

%30
%3
%0
%14

Triadic Colors of #9ad4db

#9ad4db #db9ad4 #d4db9a

Analogous Colors of #9ad4db

#9ad4db #9ab4db #9adbc2

Monochromatic Colors of #9ad4db

#9ad4db

Complementary Color

#9ad4db #dba19a

#9ad4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ad4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ad4db Color CSS Codes

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

#9ad4db Text Font Color

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

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


#9ad4db Background Color

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

This div background color is #9ad4db


#9ad4db Border Color

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

This div border color is #9ad4db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,212,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ad4db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ad4db;
  -webkit-box-shadow: 1px 1px 3px 2px #9ad4db;
  box-shadow:         1px 1px 3px 2px #9ad4db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,212,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 #9ad4db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ad4db


Comments

No comments written yet.

Please login to write comment.