Color Hex Logo

#9bcedb Color Hex

#9BCEDB
(155,206,219)
0 Favorites   0 Comments

Color spaces of #9bcedb

RGB 155206219
HSL0.530.470.73
HSV192°29°86°
CMYK 0.290.060.00   0.14
XYZ48.375156.225675.3208
Yxy56.22560.26890.3125
Hunter Lab74.9837-16.0638-7.0679
CIE-Lab79.7420-13.4745-11.8087

#9bcedb color RGB value is (155,206,219).

#9bcedb hex color red value is 155, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9bcedb hue: 0.53 , saturation: 0.47 and the lightness value of 9bcedb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001110 11011011
Octal 233 316 333
Decimal 155 206 219
Hex 9B CE DB

RGB Percentages of Color #9bcedb

%26.72
%35.52
%37.76

CMYK Percentages of Color #9bcedb

%29
%6
%0
%14

Triadic Colors of #9bcedb

#9bcedb #db9bce #cedb9b

Analogous Colors of #9bcedb

#9bcedb #9baedb #9bdbc8

Monochromatic Colors of #9bcedb

#9bcedb

Complementary Color

#9bcedb #dba89b

#9bcedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcedb Color CSS Codes

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

#9bcedb Text Font Color

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

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


#9bcedb Background Color

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

This div background color is #9bcedb


#9bcedb Border Color

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

This div border color is #9bcedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcedb


Comments

No comments written yet.

Please login to write comment.