Color Hex Logo

#9bc2dc Color Hex

#9BC2DC
(155,194,220)
0 Favorites   0 Comments

Color spaces of #9bc2dc

RGB 155194220
HSL0.570.480.74
HSV204°30°86°
CMYK 0.300.120.00   0.14
XYZ45.727650.719475.0899
Yxy50.71940.26660.2957
Hunter Lab71.2176-10.0189-12.6615
CIE-Lab76.5087-6.9575-17.2024

#9bc2dc color RGB value is (155,194,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11000010 11011100
Octal 233 302 334
Decimal 155 194 220
Hex 9B C2 DC

RGB Percentages of Color #9bc2dc

%27.24
%34.09
%38.66

CMYK Percentages of Color #9bc2dc

%30
%12
%0
%14

Triadic Colors of #9bc2dc

#9bc2dc #dc9bc2 #c2dc9b

Analogous Colors of #9bc2dc

#9bc2dc #9ba2dc #9bdcd6

Monochromatic Colors of #9bc2dc

#9bc2dc

Complementary Color

#9bc2dc #dcb59b

#9bc2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc2dc Color CSS Codes

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

#9bc2dc Text Font Color

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

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


#9bc2dc Background Color

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

This div background color is #9bc2dc


#9bc2dc Border Color

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

This div border color is #9bc2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc2dc


Comments

No comments written yet.

Please login to write comment.