Color Hex Logo

#9bcebb Color Hex

#9BCEBB
(155,206,187)
1 Favorites   0 Comments

Color spaces of #9bcebb

RGB 155206187
HSL0.440.340.71
HSV158°25°81°
CMYK 0.250.000.09   0.19
XYZ44.558554.699055.2232
Yxy54.69900.28840.3541
Hunter Lab73.9588-21.88567.5008
CIE-Lab78.8676-20.49274.0685

#9bcebb color RGB value is (155,206,187).

#9bcebb hex color red value is 155, green value is 206 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9bcebb hue: 0.44 , saturation: 0.34 and the lightness value of 9bcebb is 0.71.

The process color (four color CMYK) of #9bcebb color hex is 0.25, 0.00, 0.09, 0.19. Web safe color of #9bcebb is #99cccc. Color #9bcebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001110 10111011
Octal 233 316 273
Decimal 155 206 187
Hex 9B CE BB

RGB Percentages of Color #9bcebb

%28.28
%37.59
%34.12

CMYK Percentages of Color #9bcebb

%25
%0
%9
%19

Triadic Colors of #9bcebb

#9bcebb #bb9bce #cebb9b

Analogous Colors of #9bcebb

#9bcebb #9bc8ce #9bcea2

Monochromatic Colors of #9bcebb

#9bcebb

Complementary Color

#9bcebb #ce9bae

#9bcebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcebb Color CSS Codes

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

#9bcebb Text Font Color

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

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


#9bcebb Background Color

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

This div background color is #9bcebb


#9bcebb Border Color

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

This div border color is #9bcebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcebb


Comments

No comments written yet.

Please login to write comment.