Color Hex Logo

#9bcecc Color Hex

#9BCECC
(155,206,204)
0 Favorites   0 Comments

Color spaces of #9bcecc

RGB 155206204
HSL0.490.340.71
HSV178°25°81°
CMYK 0.250.000.01   0.19
XYZ46.488055.470865.3835
Yxy55.47080.27780.3315
Hunter Lab74.4787-18.92190.0855
CIE-Lab79.3117-16.8795-4.4023

#9bcecc color RGB value is (155,206,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001110 11001100
Octal 233 316 314
Decimal 155 206 204
Hex 9B CE CC

RGB Percentages of Color #9bcecc

%27.43
%36.46
%36.11

CMYK Percentages of Color #9bcecc

%25
%0
%1
%19

Triadic Colors of #9bcecc

#9bcecc #cc9bce #cecc9b

Analogous Colors of #9bcecc

#9bcecc #9bb7ce #9bceb3

Monochromatic Colors of #9bcecc

#9bcecc

Complementary Color

#9bcecc #ce9b9d

#9bcecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcecc Color CSS Codes

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

#9bcecc Text Font Color

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

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


#9bcecc Background Color

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

This div background color is #9bcecc


#9bcecc Border Color

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

This div border color is #9bcecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcecc


Comments

No comments written yet.

Please login to write comment.