Color Hex Logo

#9adbfe Color Hex

#9ADBFE
(154,219,254)
0 Favorites   0 Comments

Color spaces of #9adbfe

RGB 154219254
HSL0.560.980.80
HSV201°39°100°
CMYK 0.390.140.00   0.00
XYZ56.547364.6888103.2718
Yxy64.68880.25190.2881
Hunter Lab80.4293-15.2537-19.8282
CIE-Lab84.3231-11.8996-23.5327

#9adbfe color RGB value is (154,219,254).

#9adbfe hex color red value is 154, green value is 219 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9adbfe hue: 0.56 , saturation: 0.98 and the lightness value of 9adbfe is 0.80.

The process color (four color CMYK) of #9adbfe color hex is 0.39, 0.14, 0.00, 0.00. Web safe color of #9adbfe is #99ccff. Color #9adbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011011 11111110
Octal 232 333 376
Decimal 154 219 254
Hex 9A DB FE

RGB Percentages of Color #9adbfe

%24.56
%34.93
%40.51

CMYK Percentages of Color #9adbfe

%39
%14
%0
%0

Triadic Colors of #9adbfe

#9adbfe #fe9adb #dbfe9a

Analogous Colors of #9adbfe

#9adbfe #9aa9fe #9afeef

Monochromatic Colors of #9adbfe

#9adbfe

Complementary Color

#9adbfe #febd9a

#9adbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adbfe Color CSS Codes

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

#9adbfe Text Font Color

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

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


#9adbfe Background Color

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

This div background color is #9adbfe


#9adbfe Border Color

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

This div border color is #9adbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.