Color Hex Logo

#9bd9cc Color Hex

#9BD9CC
(155,217,204)
0 Favorites   0 Comments

Color spaces of #9bd9cc

RGB 155217204
HSL0.470.450.73
HSV167°29°85°
CMYK 0.290.000.06   0.15
XYZ49.229560.953966.2974
Yxy60.95390.27900.3454
Hunter Lab78.0730-24.07324.3037
CIE-Lab82.3540-22.39620.0605

#9bd9cc color RGB value is (155,217,204).

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

The process color (four color CMYK) of #9bd9cc color hex is 0.29, 0.00, 0.06, 0.15. Web safe color of #9bd9cc is #99cccc. Color #9bd9cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011001 11001100
Octal 233 331 314
Decimal 155 217 204
Hex 9B D9 CC

RGB Percentages of Color #9bd9cc

%26.91
%37.67
%35.42

CMYK Percentages of Color #9bd9cc

%29
%0
%6
%15

Triadic Colors of #9bd9cc

#9bd9cc #cc9bd9 #d9cc9b

Analogous Colors of #9bd9cc

#9bd9cc #9bc7d9 #9bd9ad

Monochromatic Colors of #9bd9cc

#9bd9cc

Complementary Color

#9bd9cc #d99ba8

#9bd9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd9cc Color CSS Codes

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

#9bd9cc Text Font Color

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

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


#9bd9cc Background Color

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

This div background color is #9bd9cc


#9bd9cc Border Color

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

This div border color is #9bd9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd9cc


Comments

No comments written yet.

Please login to write comment.