Color Hex Logo

#9bcabe Color Hex

#9BCABE
(155,202,190)
0 Favorites   0 Comments

Color spaces of #9bcabe

RGB 155202190
HSL0.460.310.70
HSV165°23°79°
CMYK 0.230.000.06   0.21
XYZ43.932452.927356.6157
Yxy52.92730.28630.3449
Hunter Lab72.7512-19.52334.7857
CIE-Lab77.8321-17.85710.9537

#9bcabe color RGB value is (155,202,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001010 10111110
Octal 233 312 276
Decimal 155 202 190
Hex 9B CA BE

RGB Percentages of Color #9bcabe

%28.34
%36.93
%34.73

CMYK Percentages of Color #9bcabe

%23
%0
%6
%21

Triadic Colors of #9bcabe

#9bcabe #be9bca #cabe9b

Analogous Colors of #9bcabe

#9bcabe #9bbfca #9bcaa7

Monochromatic Colors of #9bcabe

#9bcabe

Complementary Color

#9bcabe #ca9ba7

#9bcabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcabe Color CSS Codes

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

#9bcabe Text Font Color

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

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


#9bcabe Background Color

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

This div background color is #9bcabe


#9bcabe Border Color

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

This div border color is #9bcabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcabe


Comments

No comments written yet.

Please login to write comment.