Color Hex Logo

#9ecafc Color Hex

#9ECAFC
(158,202,252)
0 Favorites   0 Comments

Color spaces of #9ecafc

RGB 158202252
HSL0.590.940.80
HSV212°37°99°
CMYK 0.370.200.00   0.01
XYZ52.791856.5384100.2260
Yxy56.53840.25190.2698
Hunter Lab75.1920-6.2624-26.3952
CIE-Lab79.9193-2.4411-29.1744

#9ecafc color RGB value is (158,202,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001010 11111100
Octal 236 312 374
Decimal 158 202 252
Hex 9E CA FC

RGB Percentages of Color #9ecafc

%25.82
%33.01
%41.18

CMYK Percentages of Color #9ecafc

%37
%20
%0
%1

Triadic Colors of #9ecafc

#9ecafc #fc9eca #cafc9e

Analogous Colors of #9ecafc

#9ecafc #a19efc #9ef9fc

Monochromatic Colors of #9ecafc

#9ecafc

Complementary Color

#9ecafc #fcd09e

#9ecafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecafc Color CSS Codes

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

#9ecafc Text Font Color

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

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


#9ecafc Background Color

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

This div background color is #9ecafc


#9ecafc Border Color

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

This div border color is #9ecafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecafc


Comments

No comments written yet.

Please login to write comment.