Color Hex Logo

#9ecefc Color Hex

#9ECEFC
(158,206,252)
0 Favorites   0 Comments

Color spaces of #9ecefc

RGB 158206252
HSL0.580.940.80
HSV209°37°99°
CMYK 0.370.180.00   0.01
XYZ53.742558.4400100.5430
Yxy58.44000.25260.2747
Hunter Lab76.4461-8.2930-24.4669
CIE-Lab80.9828-4.5728-27.5457

#9ecefc color RGB value is (158,206,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001110 11111100
Octal 236 316 374
Decimal 158 206 252
Hex 9E CE FC

RGB Percentages of Color #9ecefc

%25.65
%33.44
%40.91

CMYK Percentages of Color #9ecefc

%37
%18
%0
%1

Triadic Colors of #9ecefc

#9ecefc #fc9ece #cefc9e

Analogous Colors of #9ecefc

#9ecefc #9e9ffc #9efcfb

Monochromatic Colors of #9ecefc

#9ecefc

Complementary Color

#9ecefc #fccc9e

#9ecefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecefc Color CSS Codes

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

#9ecefc Text Font Color

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

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


#9ecefc Background Color

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

This div background color is #9ecefc


#9ecefc Border Color

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

This div border color is #9ecefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecefc


Comments

No comments written yet.

Please login to write comment.