Color Hex Logo

#9bcebc Color Hex

#9BCEBC
(155,206,188)
0 Favorites   0 Comments

Color spaces of #9bcebc

RGB 155206188
HSL0.440.340.71
HSV159°25°81°
CMYK 0.250.000.09   0.19
XYZ44.666054.742055.7891
Yxy54.74200.28780.3527
Hunter Lab73.9878-21.71947.0850
CIE-Lab78.8924-20.28773.5684

#9bcebc color RGB value is (155,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001110 10111100
Octal 233 316 274
Decimal 155 206 188
Hex 9B CE BC

RGB Percentages of Color #9bcebc

%28.23
%37.52
%34.24

CMYK Percentages of Color #9bcebc

%25
%0
%9
%19

Triadic Colors of #9bcebc

#9bcebc #bc9bce #cebc9b

Analogous Colors of #9bcebc

#9bcebc #9bc7ce #9bcea3

Monochromatic Colors of #9bcebc

#9bcebc

Complementary Color

#9bcebc #ce9bad

#9bcebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcebc Color CSS Codes

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

#9bcebc Text Font Color

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

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


#9bcebc Background Color

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

This div background color is #9bcebc


#9bcebc Border Color

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

This div border color is #9bcebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcebc


Comments

No comments written yet.

Please login to write comment.