Color Hex Logo

#9adceb Color Hex

#9ADCEB
(154,220,235)
0 Favorites   0 Comments

Color spaces of #9adceb

RGB 154220235
HSL0.530.670.76
HSV191°34°92°
CMYK 0.340.060.00   0.08
XYZ53.915064.054688.1194
Yxy64.05460.26160.3108
Hunter Lab80.0341-19.8131-9.2558
CIE-Lab83.9942-17.1110-13.9767

#9adceb color RGB value is (154,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011100 11101011
Octal 232 334 353
Decimal 154 220 235
Hex 9A DC EB

RGB Percentages of Color #9adceb

%25.29
%36.12
%38.59

CMYK Percentages of Color #9adceb

%34
%6
%0
%8

Triadic Colors of #9adceb

#9adceb #eb9adc #dceb9a

Analogous Colors of #9adceb

#9adceb #9ab4eb #9aebd2

Monochromatic Colors of #9adceb

#9adceb

Complementary Color

#9adceb #eba99a

#9adceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adceb Color CSS Codes

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

#9adceb Text Font Color

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

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


#9adceb Background Color

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

This div background color is #9adceb


#9adceb Border Color

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

This div border color is #9adceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adceb


Comments

No comments written yet.

Please login to write comment.