Color Hex Logo

#9adbef Color Hex

#9ADBEF
(154,219,239)
0 Favorites   0 Comments

Color spaces of #9adbef

RGB 154219239
HSL0.540.730.77
HSV194°36°94°
CMYK 0.360.080.00   0.06
XYZ54.237963.765191.1106
Yxy63.76510.25940.3049
Hunter Lab79.8531-18.5018-11.7515
CIE-Lab83.8433-15.6361-16.3223

#9adbef color RGB value is (154,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011011 11101111
Octal 232 333 357
Decimal 154 219 239
Hex 9A DB EF

RGB Percentages of Color #9adbef

%25.16
%35.78
%39.05

CMYK Percentages of Color #9adbef

%36
%8
%0
%6

Triadic Colors of #9adbef

#9adbef #ef9adb #dbef9a

Analogous Colors of #9adbef

#9adbef #9ab1ef #9aefd9

Monochromatic Colors of #9adbef

#9adbef

Complementary Color

#9adbef #efae9a

#9adbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adbef Color CSS Codes

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

#9adbef Text Font Color

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

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


#9adbef Background Color

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

This div background color is #9adbef


#9adbef Border Color

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

This div border color is #9adbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adbef


Comments

No comments written yet.

Please login to write comment.