Color Hex Logo

#9bcbae Color Hex

#9BCBAE
(155,203,174)
0 Favorites   0 Comments

Color spaces of #9bcbae

RGB 155203174
HSL0.400.320.70
HSV144°24°80°
CMYK 0.240.000.14   0.20
XYZ42.513552.736447.9828
Yxy52.73640.29680.3682
Hunter Lab72.6198-22.586311.6586
CIE-Lab77.7191-21.57799.3880

#9bcbae color RGB value is (155,203,174).

#9bcbae hex color red value is 155, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9bcbae hue: 0.40 , saturation: 0.32 and the lightness value of 9bcbae is 0.70.

The process color (four color CMYK) of #9bcbae color hex is 0.24, 0.00, 0.14, 0.20. Web safe color of #9bcbae is #99cc99. Color #9bcbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001011 10101110
Octal 233 313 256
Decimal 155 203 174
Hex 9B CB AE

RGB Percentages of Color #9bcbae

%29.14
%38.16
%32.71

CMYK Percentages of Color #9bcbae

%24
%0
%14
%20

Triadic Colors of #9bcbae

#9bcbae #ae9bcb #cbae9b

Analogous Colors of #9bcbae

#9bcbae #9bcbc6 #a0cb9b

Monochromatic Colors of #9bcbae

#9bcbae

Complementary Color

#9bcbae #cb9bb8

#9bcbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcbae Color CSS Codes

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

#9bcbae Text Font Color

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

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


#9bcbae Background Color

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

This div background color is #9bcbae


#9bcbae Border Color

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

This div border color is #9bcbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcbae


Comments

No comments written yet.

Please login to write comment.