Color Hex Logo

#9adade Color Hex

#9ADADE
(154,218,222)
0 Favorites   0 Comments

Color spaces of #9adade

RGB 154218222
HSL0.510.510.74
HSV184°31°87°
CMYK 0.310.020.00   0.13
XYZ51.582662.286878.4111
Yxy62.28680.26830.3239
Hunter Lab78.9220-21.4477-3.6608
CIE-Lab83.0657-19.1657-8.4649

#9adade color RGB value is (154,218,222).

#9adade hex color red value is 154, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9adade hue: 0.51 , saturation: 0.51 and the lightness value of 9adade is 0.74.

The process color (four color CMYK) of #9adade color hex is 0.31, 0.02, 0.00, 0.13. Web safe color of #9adade is #99cccc. Color #9adade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011010 11011110
Octal 232 332 336
Decimal 154 218 222
Hex 9A DA DE

RGB Percentages of Color #9adade

%25.93
%36.70
%37.37

CMYK Percentages of Color #9adade

%31
%2
%0
%13

Triadic Colors of #9adade

#9adade #de9ada #dade9a

Analogous Colors of #9adade

#9adade #9ab8de #9adec0

Monochromatic Colors of #9adade

#9adade

Complementary Color

#9adade #de9e9a

#9adade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adade Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adade Color CSS Codes

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

#9adade Text Font Color

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

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


#9adade Background Color

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

This div background color is #9adade


#9adade Border Color

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

This div border color is #9adade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adade


Comments

No comments written yet.

Please login to write comment.