Color Hex Logo

#9bcabc Color Hex

#9BCABC
(155,202,188)
0 Favorites   0 Comments

Color spaces of #9bcabc

RGB 155202188
HSL0.450.310.70
HSV162°23°79°
CMYK 0.230.000.07   0.21
XYZ43.715252.840555.4721
Yxy52.84050.28750.3476
Hunter Lab72.6915-19.86375.6388
CIE-Lab77.7807-18.27411.9554

#9bcabc color RGB value is (155,202,188).

#9bcabc hex color red value is 155, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9bcabc hue: 0.45 , saturation: 0.31 and the lightness value of 9bcabc is 0.70.

The process color (four color CMYK) of #9bcabc color hex is 0.23, 0.00, 0.07, 0.21. Web safe color of #9bcabc is #99cccc. Color #9bcabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001010 10111100
Octal 233 312 274
Decimal 155 202 188
Hex 9B CA BC

RGB Percentages of Color #9bcabc

%28.44
%37.06
%34.50

CMYK Percentages of Color #9bcabc

%23
%0
%7
%21

Triadic Colors of #9bcabc

#9bcabc #bc9bca #cabc9b

Analogous Colors of #9bcabc

#9bcabc #9bc1ca #9bcaa5

Monochromatic Colors of #9bcabc

#9bcabc

Complementary Color

#9bcabc #ca9ba9

#9bcabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcabc Color CSS Codes

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

#9bcabc Text Font Color

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

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


#9bcabc Background Color

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

This div background color is #9bcabc


#9bcabc Border Color

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

This div border color is #9bcabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcabc


Comments

No comments written yet.

Please login to write comment.