Color Hex Logo

#9adeed Color Hex

#9ADEED
(154,222,237)
0 Favorites   0 Comments

Color spaces of #9adeed

RGB 154222237
HSL0.530.700.77
HSV191°35°93°
CMYK 0.350.060.00   0.07
XYZ54.733865.227089.8261
Yxy65.22700.26090.3109
Hunter Lab80.7632-20.3650-9.4090
CIE-Lab84.6006-17.6400-14.1268

#9adeed color RGB value is (154,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011110 11101101
Octal 232 336 355
Decimal 154 222 237
Hex 9A DE ED

RGB Percentages of Color #9adeed

%25.12
%36.22
%38.66

CMYK Percentages of Color #9adeed

%35
%6
%0
%7

Triadic Colors of #9adeed

#9adeed #ed9ade #deed9a

Analogous Colors of #9adeed

#9adeed #9ab5ed #9aedd3

Monochromatic Colors of #9adeed

#9adeed

Complementary Color

#9adeed #eda99a

#9adeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adeed Color CSS Codes

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

#9adeed Text Font Color

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

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


#9adeed Background Color

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

This div background color is #9adeed


#9adeed Border Color

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

This div border color is #9adeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adeed


Comments

No comments written yet.

Please login to write comment.