Color Hex Logo

#9bdbec Color Hex

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

Color spaces of #9bdbec

RGB 155219236
HSL0.530.680.77
HSV193°34°93°
CMYK 0.340.070.00   0.07
XYZ53.989463.687788.8043
Yxy63.68770.26150.3084
Hunter Lab79.8046-18.8992-10.1131
CIE-Lab83.8029-16.0962-14.7882

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

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

The process color (four color CMYK) of #9bdbec color hex is 0.34, 0.07, 0.00, 0.07. Web safe color of #9bdbec is #99ccff. Color #9bdbec contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #9bdbec

%25.41
%35.90
%38.69

CMYK Percentages of Color #9bdbec

%34
%7
%0
%7

Triadic Colors of #9bdbec

#9bdbec #ec9bdb #dbec9b

Analogous Colors of #9bdbec

#9bdbec #9bb3ec #9becd5

Monochromatic Colors of #9bdbec

#9bdbec

Complementary Color

#9bdbec #ecac9b

#9bdbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdbec Color CSS Codes

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

#9bdbec Text Font Color

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

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


#9bdbec Background Color

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

This div background color is #9bdbec


#9bdbec Border Color

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

This div border color is #9bdbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdbec


Comments

No comments written yet.

Please login to write comment.