Color Hex Logo

#9bddec Color Hex

#9BDDEC
(155,221,236)
0 Favorites   0 Comments

Color spaces of #9bddec

RGB 155221236
HSL0.530.680.77
HSV191°34°93°
CMYK 0.340.060.00   0.07
XYZ54.514364.737688.9793
Yxy64.73760.26180.3109
Hunter Lab80.4597-19.8643-9.2463
CIE-Lab84.3483-17.1096-13.9704

#9bddec color RGB value is (155,221,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 11101100
Octal 233 335 354
Decimal 155 221 236
Hex 9B DD EC

RGB Percentages of Color #9bddec

%25.33
%36.11
%38.56

CMYK Percentages of Color #9bddec

%34
%6
%0
%7

Triadic Colors of #9bddec

#9bddec #ec9bdd #ddec9b

Analogous Colors of #9bddec

#9bddec #9bb5ec #9becd3

Monochromatic Colors of #9bddec

#9bddec

Complementary Color

#9bddec #ecaa9b

#9bddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bddec Color CSS Codes

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

#9bddec Text Font Color

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

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


#9bddec Background Color

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

This div background color is #9bddec


#9bddec Border Color

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

This div border color is #9bddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bddec


Comments

No comments written yet.

Please login to write comment.