Color Hex Logo

#9becdb Color Hex

#9BECDB
(155,236,219)
0 Favorites   0 Comments

Color spaces of #9becdb

RGB 155236219
HSL0.470.680.77
HSV167°34°93°
CMYK 0.340.000.07   0.07
XYZ56.299272.073977.9622
Yxy72.07390.27290.3493
Hunter Lab84.8963-30.19594.9801
CIE-Lab88.0041-28.38210.3924

#9becdb color RGB value is (155,236,219).

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

The process color (four color CMYK) of #9becdb color hex is 0.34, 0.00, 0.07, 0.07. Web safe color of #9becdb is #99ffcc. Color #9becdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101100 11011011
Octal 233 354 333
Decimal 155 236 219
Hex 9B EC DB

RGB Percentages of Color #9becdb

%25.41
%38.69
%35.90

CMYK Percentages of Color #9becdb

%34
%0
%7
%7

Triadic Colors of #9becdb

#9becdb #db9bec #ecdb9b

Analogous Colors of #9becdb

#9becdb #9bd5ec #9becb3

Monochromatic Colors of #9becdb

#9becdb

Complementary Color

#9becdb #ec9bac

#9becdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9becdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9becdb Color CSS Codes

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

#9becdb Text Font Color

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

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


#9becdb Background Color

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

This div background color is #9becdb


#9becdb Border Color

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

This div border color is #9becdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9becdb


Comments

No comments written yet.

Please login to write comment.