Color Hex Logo

#9adeee Color Hex

#9ADEEE
(154,222,238)
0 Favorites   0 Comments

Color spaces of #9adeee

RGB 154222238
HSL0.530.710.77
HSV191°35°93°
CMYK 0.350.070.00   0.07
XYZ54.880365.285690.5978
Yxy65.28560.26040.3098
Hunter Lab80.7995-20.1591-9.9203
CIE-Lab84.6307-17.3990-14.6105

#9adeee color RGB value is (154,222,238).

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

The process color (four color CMYK) of #9adeee color hex is 0.35, 0.07, 0.00, 0.07. Web safe color of #9adeee is #99ccff. Color #9adeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011110 11101110
Octal 232 336 356
Decimal 154 222 238
Hex 9A DE EE

RGB Percentages of Color #9adeee

%25.08
%36.16
%38.76

CMYK Percentages of Color #9adeee

%35
%7
%0
%7

Triadic Colors of #9adeee

#9adeee #ee9ade #deee9a

Analogous Colors of #9adeee

#9adeee #9ab4ee #9aeed4

Monochromatic Colors of #9adeee

#9adeee

Complementary Color

#9adeee #eeaa9a

#9adeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adeee Color CSS Codes

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

#9adeee Text Font Color

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

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


#9adeee Background Color

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

This div background color is #9adeee


#9adeee Border Color

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

This div border color is #9adeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adeee


Comments

No comments written yet.

Please login to write comment.