Color Hex Logo

#9bc1ae Color Hex

#9BC1AE
(155,193,174)
0 Favorites   0 Comments

Color spaces of #9bc1ae

RGB 155193174
HSL0.420.230.68
HSV150°20°76°
CMYK 0.200.000.10   0.24
XYZ40.227548.164547.2209
Yxy48.16450.29660.3552
Hunter Lab69.4006-17.98518.2389
CIE-Lab74.9286-16.53015.3866

#9bc1ae color RGB value is (155,193,174).

#9bc1ae hex color red value is 155, green value is 193 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9bc1ae hue: 0.42 , saturation: 0.23 and the lightness value of 9bc1ae is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11000001 10101110
Octal 233 301 256
Decimal 155 193 174
Hex 9B C1 AE

RGB Percentages of Color #9bc1ae

%29.69
%36.97
%33.33

CMYK Percentages of Color #9bc1ae

%20
%0
%10
%24

Triadic Colors of #9bc1ae

#9bc1ae #ae9bc1 #c1ae9b

Analogous Colors of #9bc1ae

#9bc1ae #9bc1c1 #9bc19b

Monochromatic Colors of #9bc1ae

#9bc1ae

Complementary Color

#9bc1ae #c19bae

#9bc1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc1ae Color CSS Codes

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

#9bc1ae Text Font Color

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

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


#9bc1ae Background Color

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

This div background color is #9bc1ae


#9bc1ae Border Color

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

This div border color is #9bc1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc1ae


Comments

No comments written yet.

Please login to write comment.