Color Hex Logo

#9bd9dc Color Hex

#9BD9DC
(155,217,220)
0 Favorites   0 Comments

Color spaces of #9bd9dc

RGB 155217220
HSL0.510.480.74
HSV183°30°86°
CMYK 0.300.010.00   0.14
XYZ51.248761.761676.9302
Yxy61.76160.26980.3252
Hunter Lab78.5885-21.1276-3.0269
CIE-Lab82.7865-18.8440-7.8106

#9bd9dc color RGB value is (155,217,220).

#9bd9dc hex color red value is 155, green value is 217 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9bd9dc hue: 0.51 , saturation: 0.48 and the lightness value of 9bd9dc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011001 11011100
Octal 233 331 334
Decimal 155 217 220
Hex 9B D9 DC

RGB Percentages of Color #9bd9dc

%26.18
%36.66
%37.16

CMYK Percentages of Color #9bd9dc

%30
%1
%0
%14

Triadic Colors of #9bd9dc

#9bd9dc #dc9bd9 #d9dc9b

Analogous Colors of #9bd9dc

#9bd9dc #9bb9dc #9bdcbf

Monochromatic Colors of #9bd9dc

#9bd9dc

Complementary Color

#9bd9dc #dc9e9b

#9bd9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd9dc Color CSS Codes

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

#9bd9dc Text Font Color

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

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


#9bd9dc Background Color

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

This div background color is #9bd9dc


#9bd9dc Border Color

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

This div border color is #9bd9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd9dc


Comments

No comments written yet.

Please login to write comment.