Color Hex Logo

#9eccfc Color Hex

#9ECCFC
(158,204,252)
0 Favorites   0 Comments

Color spaces of #9eccfc

RGB 158204252
HSL0.590.940.80
HSV211°37°99°
CMYK 0.370.190.00   0.01
XYZ53.264157.4831100.3835
Yxy57.48310.25230.2723
Hunter Lab75.8176-7.2793-25.4284
CIE-Lab80.4506-3.5091-28.3603

#9eccfc color RGB value is (158,204,252).

#9eccfc hex color red value is 158, green value is 204 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9eccfc hue: 0.59 , saturation: 0.94 and the lightness value of 9eccfc is 0.80.

The process color (four color CMYK) of #9eccfc color hex is 0.37, 0.19, 0.00, 0.01. Web safe color of #9eccfc is #99ccff. Color #9eccfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001100 11111100
Octal 236 314 374
Decimal 158 204 252
Hex 9E CC FC

RGB Percentages of Color #9eccfc

%25.73
%33.22
%41.04

CMYK Percentages of Color #9eccfc

%37
%19
%0
%1

Triadic Colors of #9eccfc

#9eccfc #fc9ecc #ccfc9e

Analogous Colors of #9eccfc

#9eccfc #9f9efc #9efbfc

Monochromatic Colors of #9eccfc

#9eccfc

Complementary Color

#9eccfc #fcce9e

#9eccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eccfc Color CSS Codes

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

#9eccfc Text Font Color

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

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


#9eccfc Background Color

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

This div background color is #9eccfc


#9eccfc Border Color

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

This div border color is #9eccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eccfc


Comments

No comments written yet.

Please login to write comment.