Color Hex Logo

#9eccbc Color Hex

#9ECCBC
(158,204,188)
0 Favorites   0 Comments

Color spaces of #9eccbc

RGB 158204188
HSL0.440.310.71
HSV159°23°80°
CMYK 0.230.000.08   0.20
XYZ44.770554.085755.6569
Yxy54.08570.28980.3500
Hunter Lab73.5430-20.03546.6098
CIE-Lab78.5117-18.34373.0385

#9eccbc color RGB value is (158,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001100 10111100
Octal 236 314 274
Decimal 158 204 188
Hex 9E CC BC

RGB Percentages of Color #9eccbc

%28.73
%37.09
%34.18

CMYK Percentages of Color #9eccbc

%23
%0
%8
%20

Triadic Colors of #9eccbc

#9eccbc #bc9ecc #ccbc9e

Analogous Colors of #9eccbc

#9eccbc #9ec5cc #9ecca5

Monochromatic Colors of #9eccbc

#9eccbc

Complementary Color

#9eccbc #cc9eae

#9eccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eccbc Color CSS Codes

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

#9eccbc Text Font Color

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

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


#9eccbc Background Color

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

This div background color is #9eccbc


#9eccbc Border Color

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

This div border color is #9eccbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,204,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 #9eccbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eccbc


Comments

No comments written yet.

Please login to write comment.