Color Hex Logo

#9adbee Color Hex

#9ADBEE
(154,219,238)
0 Favorites   0 Comments

Color spaces of #9adbee

RGB 154219238
HSL0.540.710.77
HSV194°35°93°
CMYK 0.350.080.00   0.07
XYZ54.090663.706190.3346
Yxy63.70610.25990.3061
Hunter Lab79.8161-18.7105-11.2322
CIE-Lab83.8125-15.8791-15.8388

#9adbee color RGB value is (154,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011011 11101110
Octal 232 333 356
Decimal 154 219 238
Hex 9A DB EE

RGB Percentages of Color #9adbee

%25.20
%35.84
%38.95

CMYK Percentages of Color #9adbee

%35
%8
%0
%7

Triadic Colors of #9adbee

#9adbee #ee9adb #dbee9a

Analogous Colors of #9adbee

#9adbee #9ab1ee #9aeed7

Monochromatic Colors of #9adbee

#9adbee

Complementary Color

#9adbee #eead9a

#9adbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adbee Color CSS Codes

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

#9adbee Text Font Color

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

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


#9adbee Background Color

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

This div background color is #9adbee


#9adbee Border Color

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

This div border color is #9adbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adbee


Comments

No comments written yet.

Please login to write comment.