Color Hex Logo

#9bd6cc Color Hex

#9BD6CC
(155,214,204)
1 Favorites   0 Comments

Color spaces of #9bd6cc

RGB 155214204
HSL0.470.420.72
HSV170°28°84°
CMYK 0.280.000.05   0.16
XYZ48.463259.421366.0419
Yxy59.42130.27860.3416
Hunter Lab77.0852-22.67683.1636
CIE-Lab81.5226-20.9072-1.1548

#9bd6cc color RGB value is (155,214,204).

#9bd6cc hex color red value is 155, green value is 214 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9bd6cc hue: 0.47 , saturation: 0.42 and the lightness value of 9bd6cc is 0.72.

The process color (four color CMYK) of #9bd6cc color hex is 0.28, 0.00, 0.05, 0.16. Web safe color of #9bd6cc is #99cccc. Color #9bd6cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11010110 11001100
Octal 233 326 314
Decimal 155 214 204
Hex 9B D6 CC

RGB Percentages of Color #9bd6cc

%27.05
%37.35
%35.60

CMYK Percentages of Color #9bd6cc

%28
%0
%5
%16

Triadic Colors of #9bd6cc

#9bd6cc #cc9bd6 #d6cc9b

Analogous Colors of #9bd6cc

#9bd6cc #9bc3d6 #9bd6af

Monochromatic Colors of #9bd6cc

#9bd6cc

Complementary Color

#9bd6cc #d69ba5

#9bd6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd6cc Color CSS Codes

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

#9bd6cc Text Font Color

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

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


#9bd6cc Background Color

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

This div background color is #9bd6cc


#9bd6cc Border Color

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

This div border color is #9bd6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd6cc

#9bd6cc Color Palettes


Comments

No comments written yet.

Please login to write comment.