Color Hex Logo

#9bdcec Color Hex

#9BDCEC
(155,220,236)
0 Favorites   0 Comments

Color spaces of #9bdcec

RGB 155220236
HSL0.530.680.77
HSV192°34°93°
CMYK 0.340.070.00   0.07
XYZ54.251164.211188.8915
Yxy64.21110.26160.3097
Hunter Lab80.1318-19.3821-9.6791
CIE-Lab84.0756-16.6035-14.3792

#9bdcec color RGB value is (155,220,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011100 11101100
Octal 233 334 354
Decimal 155 220 236
Hex 9B DC EC

RGB Percentages of Color #9bdcec

%25.37
%36.01
%38.63

CMYK Percentages of Color #9bdcec

%34
%7
%0
%7

Triadic Colors of #9bdcec

#9bdcec #ec9bdc #dcec9b

Analogous Colors of #9bdcec

#9bdcec #9bb4ec #9becd4

Monochromatic Colors of #9bdcec

#9bdcec

Complementary Color

#9bdcec #ecab9b

#9bdcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdcec Color CSS Codes

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

#9bdcec Text Font Color

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

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


#9bdcec Background Color

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

This div background color is #9bdcec


#9bdcec Border Color

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

This div border color is #9bdcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdcec


Comments

No comments written yet.

Please login to write comment.