Color Hex Logo

#9aeffe Color Hex

#9AEFFE
(154,239,254)
0 Favorites   0 Comments

Color spaces of #9aeffe

RGB 154239254
HSL0.530.980.80
HSV189°39°100°
CMYK 0.390.060.00   0.00
XYZ62.082375.7588105.1168
Yxy75.75880.25550.3118
Hunter Lab87.0395-25.0013-10.6763
CIE-Lab89.7472-21.9835-15.3441

#9aeffe color RGB value is (154,239,254).

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

The process color (four color CMYK) of #9aeffe color hex is 0.39, 0.06, 0.00, 0.00. Web safe color of #9aeffe is #99ffff. Color #9aeffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101111 11111110
Octal 232 357 376
Decimal 154 239 254
Hex 9A EF FE

RGB Percentages of Color #9aeffe

%23.80
%36.94
%39.26

CMYK Percentages of Color #9aeffe

%39
%6
%0
%0

Triadic Colors of #9aeffe

#9aeffe #fe9aef #effe9a

Analogous Colors of #9aeffe

#9aeffe #9abdfe #9afedb

Monochromatic Colors of #9aeffe

#9aeffe

Complementary Color

#9aeffe #fea99a

#9aeffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aeffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aeffe Color CSS Codes

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

#9aeffe Text Font Color

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

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


#9aeffe Background Color

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

This div background color is #9aeffe


#9aeffe Border Color

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

This div border color is #9aeffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aeffe


Comments

No comments written yet.

Please login to write comment.