Color Hex Logo

#9eccef Color Hex

#9ECCEF
(158,204,239)
0 Favorites   0 Comments

Color spaces of #9eccef

RGB 158204239
HSL0.570.720.78
HSV206°34°94°
CMYK 0.340.150.00   0.06
XYZ51.273456.686889.9006
Yxy56.68680.25910.2865
Hunter Lab75.2906-10.1990-18.0916
CIE-Lab80.0031-6.7814-22.1053

#9eccef color RGB value is (158,204,239).

#9eccef hex color red value is 158, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9eccef hue: 0.57 , saturation: 0.72 and the lightness value of 9eccef is 0.78.

The process color (four color CMYK) of #9eccef color hex is 0.34, 0.15, 0.00, 0.06. Web safe color of #9eccef is #99ccff. Color #9eccef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001100 11101111
Octal 236 314 357
Decimal 158 204 239
Hex 9E CC EF

RGB Percentages of Color #9eccef

%26.29
%33.94
%39.77

CMYK Percentages of Color #9eccef

%34
%15
%0
%6

Triadic Colors of #9eccef

#9eccef #ef9ecc #ccef9e

Analogous Colors of #9eccef

#9eccef #9ea4ef #9eefea

Monochromatic Colors of #9eccef

#9eccef

Complementary Color

#9eccef #efc19e

#9eccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eccef Color CSS Codes

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

#9eccef Text Font Color

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

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


#9eccef Background Color

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

This div background color is #9eccef


#9eccef Border Color

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

This div border color is #9eccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eccef


Comments

No comments written yet.

Please login to write comment.