Color Hex Logo

#9eeccf Color Hex

#9EECCF
(158,236,207)
0 Favorites   0 Comments

Color spaces of #9eeccf

RGB 158236207
HSL0.440.670.77
HSV158°33°93°
CMYK 0.330.000.12   0.07
XYZ55.358571.765069.9658
Yxy71.76500.28090.3641
Hunter Lab84.7142-31.604910.3321
CIE-Lab87.8554-30.09266.4751

#9eeccf color RGB value is (158,236,207).

#9eeccf hex color red value is 158, green value is 236 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9eeccf hue: 0.44 , saturation: 0.67 and the lightness value of 9eeccf is 0.77.

The process color (four color CMYK) of #9eeccf color hex is 0.33, 0.00, 0.12, 0.07. Web safe color of #9eeccf is #99ffcc. Color #9eeccf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101100 11001111
Octal 236 354 317
Decimal 158 236 207
Hex 9E EC CF

RGB Percentages of Color #9eeccf

%26.29
%39.27
%34.44

CMYK Percentages of Color #9eeccf

%33
%0
%12
%7

Triadic Colors of #9eeccf

#9eeccf #cf9eec #eccf9e

Analogous Colors of #9eeccf

#9eeccf #9ee2ec #9eeca8

Monochromatic Colors of #9eeccf

#9eeccf

Complementary Color

#9eeccf #ec9ebb

#9eeccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eeccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eeccf Color CSS Codes

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

#9eeccf Text Font Color

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

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


#9eeccf Background Color

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

This div background color is #9eeccf


#9eeccf Border Color

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

This div border color is #9eeccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eeccf


Comments

No comments written yet.

Please login to write comment.