Color Hex Logo

#9adcef Color Hex

#9ADCEF
(154,220,239)
0 Favorites   0 Comments

Color spaces of #9adcef

RGB 154220239
HSL0.540.730.77
HSV193°36°94°
CMYK 0.360.080.00   0.06
XYZ54.499664.288491.1978
Yxy64.28840.25950.3062
Hunter Lab80.1800-18.9859-11.3112
CIE-Lab84.1157-16.1442-15.9128

#9adcef color RGB value is (154,220,239).

#9adcef hex color red value is 154, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9adcef hue: 0.54 , saturation: 0.73 and the lightness value of 9adcef is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011100 11101111
Octal 232 334 357
Decimal 154 220 239
Hex 9A DC EF

RGB Percentages of Color #9adcef

%25.12
%35.89
%38.99

CMYK Percentages of Color #9adcef

%36
%8
%0
%6

Triadic Colors of #9adcef

#9adcef #ef9adc #dcef9a

Analogous Colors of #9adcef

#9adcef #9ab2ef #9aefd8

Monochromatic Colors of #9adcef

#9adcef

Complementary Color

#9adcef #efad9a

#9adcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adcef Color CSS Codes

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

#9adcef Text Font Color

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

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


#9adcef Background Color

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

This div background color is #9adcef


#9adcef Border Color

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

This div border color is #9adcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adcef


Comments

No comments written yet.

Please login to write comment.