Color Hex Logo

#9eacfc Color Hex

#9EACFC
(158,172,252)
0 Favorites   0 Comments

Color spaces of #9eacfc

RGB 158172252
HSL0.640.940.80
HSV231°37°99°
CMYK 0.370.320.00   0.01
XYZ46.423843.802498.1034
Yxy43.80240.24650.2326
Hunter Lab66.18349.3865-41.5570
CIE-Lab72.096214.0402-41.2792

#9eacfc color RGB value is (158,172,252).

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

The process color (four color CMYK) of #9eacfc color hex is 0.37, 0.32, 0.00, 0.01. Web safe color of #9eacfc is #9999ff. Color #9eacfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101100 11111100
Octal 236 254 374
Decimal 158 172 252
Hex 9E AC FC

RGB Percentages of Color #9eacfc

%27.15
%29.55
%43.30

CMYK Percentages of Color #9eacfc

%37
%32
%0
%1

Triadic Colors of #9eacfc

#9eacfc #fc9eac #acfc9e

Analogous Colors of #9eacfc

#9eacfc #bf9efc #9edbfc

Monochromatic Colors of #9eacfc

#9eacfc

Complementary Color

#9eacfc #fcee9e

#9eacfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eacfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eacfc Color CSS Codes

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

#9eacfc Text Font Color

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

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


#9eacfc Background Color

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

This div background color is #9eacfc


#9eacfc Border Color

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

This div border color is #9eacfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eacfc


Comments

No comments written yet.

Please login to write comment.