Color Hex Logo

#9eccbb Color Hex

#9ECCBB
(158,204,187)
0 Favorites   0 Comments

Color spaces of #9eccbb

RGB 158204187
HSL0.440.310.71
HSV158°23°80°
CMYK 0.230.000.08   0.20
XYZ44.663154.042755.0910
Yxy54.04270.29040.3514
Hunter Lab73.5137-20.20187.0279
CIE-Lab78.4866-18.54703.5391

#9eccbb color RGB value is (158,204,187).

#9eccbb hex color red value is 158, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9eccbb hue: 0.44 , saturation: 0.31 and the lightness value of 9eccbb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001100 10111011
Octal 236 314 273
Decimal 158 204 187
Hex 9E CC BB

RGB Percentages of Color #9eccbb

%28.78
%37.16
%34.06

CMYK Percentages of Color #9eccbb

%23
%0
%8
%20

Triadic Colors of #9eccbb

#9eccbb #bb9ecc #ccbb9e

Analogous Colors of #9eccbb

#9eccbb #9ec6cc #9ecca4

Monochromatic Colors of #9eccbb

#9eccbb

Complementary Color

#9eccbb #cc9eaf

#9eccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eccbb Color CSS Codes

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

#9eccbb Text Font Color

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

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


#9eccbb Background Color

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

This div background color is #9eccbb


#9eccbb Border Color

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

This div border color is #9eccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eccbb


Comments

No comments written yet.

Please login to write comment.