Color Hex Logo

#9eeccc Color Hex

#9EECCC
(158,236,204)
0 Favorites   0 Comments

Color spaces of #9eeccc

RGB 158236204
HSL0.430.670.77
HSV155°33°93°
CMYK 0.330.000.14   0.07
XYZ54.995171.619668.0522
Yxy71.61960.28250.3679
Hunter Lab84.6284-32.102811.5630
CIE-Lab87.7852-30.70587.9421

#9eeccc color RGB value is (158,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101100 11001100
Octal 236 354 314
Decimal 158 236 204
Hex 9E EC CC

RGB Percentages of Color #9eeccc

%26.42
%39.46
%34.11

CMYK Percentages of Color #9eeccc

%33
%0
%14
%7

Triadic Colors of #9eeccc

#9eeccc #cc9eec #eccc9e

Analogous Colors of #9eeccc

#9eeccc #9ee5ec #9eeca5

Monochromatic Colors of #9eeccc

#9eeccc

Complementary Color

#9eeccc #ec9ebe

#9eeccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eeccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eeccc Color CSS Codes

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

#9eeccc Text Font Color

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

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


#9eeccc Background Color

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

This div background color is #9eeccc


#9eeccc Border Color

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

This div border color is #9eeccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eeccc


Comments

No comments written yet.

Please login to write comment.