Color Hex Logo

#9bcecb Color Hex

#9BCECB
(155,206,203)
0 Favorites   0 Comments

Color spaces of #9bcecb

RGB 155206203
HSL0.490.340.71
HSV176°25°81°
CMYK 0.250.000.01   0.19
XYZ46.368455.423064.7537
Yxy55.42300.27840.3328
Hunter Lab74.4466-19.10450.5422
CIE-Lab79.2843-17.0996-3.9060

#9bcecb color RGB value is (155,206,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001110 11001011
Octal 233 316 313
Decimal 155 206 203
Hex 9B CE CB

RGB Percentages of Color #9bcecb

%27.48
%36.52
%35.99

CMYK Percentages of Color #9bcecb

%25
%0
%1
%19

Triadic Colors of #9bcecb

#9bcecb #cb9bce #cecb9b

Analogous Colors of #9bcecb

#9bcecb #9bb8ce #9bceb2

Monochromatic Colors of #9bcecb

#9bcecb

Complementary Color

#9bcecb #ce9b9e

#9bcecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcecb Color CSS Codes

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

#9bcecb Text Font Color

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

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


#9bcecb Background Color

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

This div background color is #9bcecb


#9bcecb Border Color

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

This div border color is #9bcecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcecb


Comments

No comments written yet.

Please login to write comment.