Color Hex Logo

#9bcebe Color Hex

#9BCEBE
(155,206,190)
0 Favorites   0 Comments

Color spaces of #9bcebe

RGB 155206190
HSL0.450.340.71
HSV161°25°81°
CMYK 0.250.000.08   0.19
XYZ44.883154.828956.9326
Yxy54.82890.28650.3500
Hunter Lab74.0465-21.38426.2459
CIE-Lab78.9426-19.87532.5689

#9bcebe color RGB value is (155,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001110 10111110
Octal 233 316 276
Decimal 155 206 190
Hex 9B CE BE

RGB Percentages of Color #9bcebe

%28.13
%37.39
%34.48

CMYK Percentages of Color #9bcebe

%25
%0
%8
%19

Triadic Colors of #9bcebe

#9bcebe #be9bce #cebe9b

Analogous Colors of #9bcebe

#9bcebe #9bc5ce #9bcea5

Monochromatic Colors of #9bcebe

#9bcebe

Complementary Color

#9bcebe #ce9bab

#9bcebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcebe Color CSS Codes

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

#9bcebe Text Font Color

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

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


#9bcebe Background Color

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

This div background color is #9bcebe


#9bcebe Border Color

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

This div border color is #9bcebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcebe


Comments

No comments written yet.

Please login to write comment.