Color Hex Logo

#9eecee Color Hex

#9EECEE
(158,236,238)
0 Favorites   0 Comments

Color spaces of #9eecee

RGB 158236238
HSL0.500.700.78
HSV182°34°93°
CMYK 0.340.010.00   0.07
XYZ59.528673.433191.9254
Yxy73.43310.26470.3265
Hunter Lab85.6931-25.9640-3.6169
CIE-Lab88.6539-23.3025-8.5884

#9eecee color RGB value is (158,236,238).

#9eecee hex color red value is 158, green value is 236 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9eecee hue: 0.50 , saturation: 0.70 and the lightness value of 9eecee is 0.78.

The process color (four color CMYK) of #9eecee color hex is 0.34, 0.01, 0.00, 0.07. Web safe color of #9eecee is #99ffff. Color #9eecee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101100 11101110
Octal 236 354 356
Decimal 158 236 238
Hex 9E EC EE

RGB Percentages of Color #9eecee

%25.00
%37.34
%37.66

CMYK Percentages of Color #9eecee

%34
%1
%0
%7

Triadic Colors of #9eecee

#9eecee #ee9eec #ecee9e

Analogous Colors of #9eecee

#9eecee #9ec4ee #9eeec8

Monochromatic Colors of #9eecee

#9eecee

Complementary Color

#9eecee #eea09e

#9eecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eecee Color CSS Codes

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

#9eecee Text Font Color

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

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


#9eecee Background Color

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

This div background color is #9eecee


#9eecee Border Color

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

This div border color is #9eecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eecee


Comments

No comments written yet.

Please login to write comment.