Color Hex Logo

#9acefe Color Hex

#9ACEFE
(154,206,254)
0 Favorites   0 Comments

Color spaces of #9acefe

RGB 154206254
HSL0.580.980.80
HSV209°39°100°
CMYK 0.390.190.00   0.00
XYZ53.287158.1684102.1850
Yxy58.16840.24940.2723
Hunter Lab76.2682-8.7549-26.0497
CIE-Lab80.8323-5.0954-28.8596

#9acefe color RGB value is (154,206,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001110 11111110
Octal 232 316 376
Decimal 154 206 254
Hex 9A CE FE

RGB Percentages of Color #9acefe

%25.08
%33.55
%41.37

CMYK Percentages of Color #9acefe

%39
%19
%0
%0

Triadic Colors of #9acefe

#9acefe #fe9ace #cefe9a

Analogous Colors of #9acefe

#9acefe #9a9cfe #9afefc

Monochromatic Colors of #9acefe

#9acefe

Complementary Color

#9acefe #feca9a

#9acefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acefe Color CSS Codes

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

#9acefe Text Font Color

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

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


#9acefe Background Color

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

This div background color is #9acefe


#9acefe Border Color

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

This div border color is #9acefe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,206,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acefe


Comments

No comments written yet.

Please login to write comment.