Color Hex Logo

#9beebe Color Hex

#9BEEBE
(155,238,190)
0 Favorites   0 Comments

Color spaces of #9beebe

RGB 155238190
HSL0.400.710.77
HSV145°35°93°
CMYK 0.350.000.20   0.07
XYZ53.386471.835359.7670
Yxy71.83530.28860.3883
Hunter Lab84.7557-35.887917.5196
CIE-Lab87.8893-35.257215.3634

#9beebe color RGB value is (155,238,190).

#9beebe hex color red value is 155, green value is 238 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9beebe hue: 0.40 , saturation: 0.71 and the lightness value of 9beebe is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101110 10111110
Octal 233 356 276
Decimal 155 238 190
Hex 9B EE BE

RGB Percentages of Color #9beebe

%26.59
%40.82
%32.59

CMYK Percentages of Color #9beebe

%35
%0
%20
%7

Triadic Colors of #9beebe

#9beebe #be9bee #eebe9b

Analogous Colors of #9beebe

#9beebe #9beee8 #a2ee9b

Monochromatic Colors of #9beebe

#9beebe

Complementary Color

#9beebe #ee9bcb

#9beebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beebe Color CSS Codes

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

#9beebe Text Font Color

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

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


#9beebe Background Color

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

This div background color is #9beebe


#9beebe Border Color

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

This div border color is #9beebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beebe


Comments

No comments written yet.

Please login to write comment.