Color Hex Logo

#9bbede Color Hex

#9BBEDE
(155,190,222)
0 Favorites   0 Comments

Color spaces of #9bbede

RGB 155190222
HSL0.580.500.74
HSV209°30°87°
CMYK 0.300.140.00   0.13
XYZ45.115849.069476.2007
Yxy49.06940.26480.2880
Hunter Lab70.0496-7.6228-15.4616
CIE-Lab75.4945-4.3409-19.8182

#9bbede color RGB value is (155,190,222).

#9bbede hex color red value is 155, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9bbede hue: 0.58 , saturation: 0.50 and the lightness value of 9bbede is 0.74.

The process color (four color CMYK) of #9bbede color hex is 0.30, 0.14, 0.00, 0.13. Web safe color of #9bbede is #99cccc. Color #9bbede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111110 11011110
Octal 233 276 336
Decimal 155 190 222
Hex 9B BE DE

RGB Percentages of Color #9bbede

%27.34
%33.51
%39.15

CMYK Percentages of Color #9bbede

%30
%14
%0
%13

Triadic Colors of #9bbede

#9bbede #de9bbe #bede9b

Analogous Colors of #9bbede

#9bbede #9b9dde #9bdedd

Monochromatic Colors of #9bbede

#9bbede

Complementary Color

#9bbede #debb9b

#9bbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbede Color CSS Codes

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

#9bbede Text Font Color

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

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


#9bbede Background Color

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

This div background color is #9bbede


#9bbede Border Color

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

This div border color is #9bbede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,190,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbede


Comments

No comments written yet.

Please login to write comment.