Color Hex Logo

#9adeeb Color Hex

#9ADEEB
(154,222,235)
0 Favorites   0 Comments

Color spaces of #9adeeb

RGB 154222235
HSL0.530.670.76
HSV190°34°92°
CMYK 0.340.060.00   0.08
XYZ54.443165.110788.2954
Yxy65.11070.26190.3133
Hunter Lab80.6912-20.7740-8.3935
CIE-Lab84.5407-18.1199-13.1584

#9adeeb color RGB value is (154,222,235).

#9adeeb hex color red value is 154, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9adeeb hue: 0.53 , saturation: 0.67 and the lightness value of 9adeeb is 0.76.

The process color (four color CMYK) of #9adeeb color hex is 0.34, 0.06, 0.00, 0.08. Web safe color of #9adeeb is #99ccff. Color #9adeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011110 11101011
Octal 232 336 353
Decimal 154 222 235
Hex 9A DE EB

RGB Percentages of Color #9adeeb

%25.20
%36.33
%38.46

CMYK Percentages of Color #9adeeb

%34
%6
%0
%8

Triadic Colors of #9adeeb

#9adeeb #eb9ade #deeb9a

Analogous Colors of #9adeeb

#9adeeb #9ab6eb #9aebd0

Monochromatic Colors of #9adeeb

#9adeeb

Complementary Color

#9adeeb #eba79a

#9adeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adeeb Color CSS Codes

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

#9adeeb Text Font Color

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

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


#9adeeb Background Color

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

This div background color is #9adeeb


#9adeeb Border Color

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

This div border color is #9adeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adeeb


Comments

No comments written yet.

Please login to write comment.