Color Hex Logo

#9bbedc Color Hex

#9BBEDC
(155,190,220)
0 Favorites   0 Comments

Color spaces of #9bbedc

RGB 155190220
HSL0.580.480.74
HSV208°30°86°
CMYK 0.300.140.00   0.14
XYZ44.849348.962874.7971
Yxy48.96280.26600.2904
Hunter Lab69.9734-8.0443-14.3958
CIE-Lab75.4282-4.8246-18.8355

#9bbedc color RGB value is (155,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111110 11011100
Octal 233 276 334
Decimal 155 190 220
Hex 9B BE DC

RGB Percentages of Color #9bbedc

%27.43
%33.63
%38.94

CMYK Percentages of Color #9bbedc

%30
%14
%0
%14

Triadic Colors of #9bbedc

#9bbedc #dc9bbe #bedc9b

Analogous Colors of #9bbedc

#9bbedc #9b9edc #9bdcda

Monochromatic Colors of #9bbedc

#9bbedc

Complementary Color

#9bbedc #dcb99b

#9bbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbedc Color CSS Codes

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

#9bbedc Text Font Color

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

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


#9bbedc Background Color

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

This div background color is #9bbedc


#9bbedc Border Color

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

This div border color is #9bbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbedc


Comments

No comments written yet.

Please login to write comment.