Color Hex Logo

#9bdbfe Color Hex

#9BDBFE
(155,219,254)
0 Favorites   0 Comments

Color spaces of #9bdbfe

RGB 155219254
HSL0.560.980.80
HSV201°39°100°
CMYK 0.390.140.00   0.00
XYZ56.738564.7874103.2807
Yxy64.78740.25240.2882
Hunter Lab80.4906-15.0325-19.7339
CIE-Lab84.3741-11.6458-23.4505

#9bdbfe color RGB value is (155,219,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011011 11111110
Octal 233 333 376
Decimal 155 219 254
Hex 9B DB FE

RGB Percentages of Color #9bdbfe

%24.68
%34.87
%40.45

CMYK Percentages of Color #9bdbfe

%39
%14
%0
%0

Triadic Colors of #9bdbfe

#9bdbfe #fe9bdb #dbfe9b

Analogous Colors of #9bdbfe

#9bdbfe #9baafe #9bfef0

Monochromatic Colors of #9bdbfe

#9bdbfe

Complementary Color

#9bdbfe #febe9b

#9bdbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdbfe Color CSS Codes

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

#9bdbfe Text Font Color

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

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


#9bdbfe Background Color

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

This div background color is #9bdbfe


#9bdbfe Border Color

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

This div border color is #9bdbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdbfe


Comments

No comments written yet.

Please login to write comment.