Color Hex Logo

#9beabb Color Hex

#9BEABB
(155,234,187)
0 Favorites   0 Comments

Color spaces of #9beabb

RGB 155234187
HSL0.400.650.76
HSV144°34°92°
CMYK 0.340.000.20   0.08
XYZ51.910069.402157.6737
Yxy69.40210.29000.3878
Hunter Lab83.3079-34.563717.2693
CIE-Lab86.7028-33.981715.2524

#9beabb color RGB value is (155,234,187).

#9beabb hex color red value is 155, green value is 234 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9beabb hue: 0.40 , saturation: 0.65 and the lightness value of 9beabb is 0.76.

The process color (four color CMYK) of #9beabb color hex is 0.34, 0.00, 0.20, 0.08. Web safe color of #9beabb is #99ffcc. Color #9beabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101010 10111011
Octal 233 352 273
Decimal 155 234 187
Hex 9B EA BB

RGB Percentages of Color #9beabb

%26.91
%40.63
%32.47

CMYK Percentages of Color #9beabb

%34
%0
%20
%8

Triadic Colors of #9beabb

#9beabb #bb9bea #eabb9b

Analogous Colors of #9beabb

#9beabb #9beae3 #a3ea9b

Monochromatic Colors of #9beabb

#9beabb

Complementary Color

#9beabb #ea9bca

#9beabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beabb Color CSS Codes

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

#9beabb Text Font Color

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

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


#9beabb Background Color

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

This div background color is #9beabb


#9beabb Border Color

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

This div border color is #9beabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beabb


Comments

No comments written yet.

Please login to write comment.