Color Hex Logo

#9bcecd Color Hex

#9BCECD
(155,206,205)
0 Favorites   0 Comments

Color spaces of #9bcecd

RGB 155206205
HSL0.500.340.71
HSV179°25°81°
CMYK 0.250.000.00   0.19
XYZ46.608355.519066.0173
Yxy55.51900.27720.3302
Hunter Lab74.5111-18.7387-0.3736
CIE-Lab79.3393-16.6589-4.8981

#9bcecd color RGB value is (155,206,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001110 11001101
Octal 233 316 315
Decimal 155 206 205
Hex 9B CE CD

RGB Percentages of Color #9bcecd

%27.39
%36.40
%36.22

CMYK Percentages of Color #9bcecd

%25
%0
%0
%19

Triadic Colors of #9bcecd

#9bcecd #cd9bce #cecd9b

Analogous Colors of #9bcecd

#9bcecd #9bb6ce #9bceb4

Monochromatic Colors of #9bcecd

#9bcecd

Complementary Color

#9bcecd #ce9b9c

#9bcecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcecd Color CSS Codes

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

#9bcecd Text Font Color

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

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


#9bcecd Background Color

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

This div background color is #9bcecd


#9bcecd Border Color

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

This div border color is #9bcecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcecd


Comments

No comments written yet.

Please login to write comment.