Color Hex Logo

#9bdbef Color Hex

#9BDBEF
(155,219,239)
0 Favorites   0 Comments

Color spaces of #9bdbef

RGB 155219239
HSL0.540.720.77
HSV194°35°94°
CMYK 0.350.080.00   0.06
XYZ54.429163.863691.1195
Yxy63.86360.25990.3050
Hunter Lab79.9147-18.2762-11.6627
CIE-Lab83.8947-15.3708-16.2399

#9bdbef color RGB value is (155,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011011 11101111
Octal 233 333 357
Decimal 155 219 239
Hex 9B DB EF

RGB Percentages of Color #9bdbef

%25.29
%35.73
%38.99

CMYK Percentages of Color #9bdbef

%35
%8
%0
%6

Triadic Colors of #9bdbef

#9bdbef #ef9bdb #dbef9b

Analogous Colors of #9bdbef

#9bdbef #9bb1ef #9befd9

Monochromatic Colors of #9bdbef

#9bdbef

Complementary Color

#9bdbef #efaf9b

#9bdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdbef Color CSS Codes

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

#9bdbef Text Font Color

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

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


#9bdbef Background Color

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

This div background color is #9bdbef


#9bdbef Border Color

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

This div border color is #9bdbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdbef


Comments

No comments written yet.

Please login to write comment.