Color Hex Logo

#9bc3dd Color Hex

#9BC3DD
(155,195,221)
0 Favorites   0 Comments

Color spaces of #9bc3dd

RGB 155195221
HSL0.570.490.74
HSV204°30°87°
CMYK 0.300.120.00   0.13
XYZ46.083851.219275.8640
Yxy51.21920.26610.2958
Hunter Lab71.5676-10.3036-12.7520
CIE-Lab76.8116-7.2484-17.2854

#9bc3dd color RGB value is (155,195,221).

#9bc3dd hex color red value is 155, green value is 195 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9bc3dd hue: 0.57 , saturation: 0.49 and the lightness value of 9bc3dd is 0.74.

The process color (four color CMYK) of #9bc3dd color hex is 0.30, 0.12, 0.00, 0.13. Web safe color of #9bc3dd is #99cccc. Color #9bc3dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11000011 11011101
Octal 233 303 335
Decimal 155 195 221
Hex 9B C3 DD

RGB Percentages of Color #9bc3dd

%27.15
%34.15
%38.70

CMYK Percentages of Color #9bc3dd

%30
%12
%0
%13

Triadic Colors of #9bc3dd

#9bc3dd #dd9bc3 #c3dd9b

Analogous Colors of #9bc3dd

#9bc3dd #9ba2dd #9bddd6

Monochromatic Colors of #9bc3dd

#9bc3dd

Complementary Color

#9bc3dd #ddb59b

#9bc3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc3dd Color CSS Codes

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

#9bc3dd Text Font Color

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

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


#9bc3dd Background Color

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

This div background color is #9bc3dd


#9bc3dd Border Color

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

This div border color is #9bc3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc3dd


Comments

No comments written yet.

Please login to write comment.