Color Hex Logo

#9efbfe Color Hex

#9EFBFE
(158,251,254)
0 Favorites   0 Comments

Color spaces of #9efbfe

RGB 158251254
HSL0.510.980.81
HSV182°38°100°
CMYK 0.380.010.00   0.00
XYZ66.487183.4192106.3632
Yxy83.41920.25940.3255
Hunter Lab91.3341-29.8948-5.1123
CIE-Lab93.1977-26.8295-10.1733

#9efbfe color RGB value is (158,251,254).

#9efbfe hex color red value is 158, green value is 251 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9efbfe hue: 0.51 , saturation: 0.98 and the lightness value of 9efbfe is 0.81.

The process color (four color CMYK) of #9efbfe color hex is 0.38, 0.01, 0.00, 0.00. Web safe color of #9efbfe is #99ffff. Color #9efbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111011 11111110
Octal 236 373 376
Decimal 158 251 254
Hex 9E FB FE

RGB Percentages of Color #9efbfe

%23.83
%37.86
%38.31

CMYK Percentages of Color #9efbfe

%38
%1
%0
%0

Triadic Colors of #9efbfe

#9efbfe #fe9efb #fbfe9e

Analogous Colors of #9efbfe

#9efbfe #9ecbfe #9efed1

Monochromatic Colors of #9efbfe

#9efbfe

Complementary Color

#9efbfe #fea19e

#9efbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efbfe Color CSS Codes

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

#9efbfe Text Font Color

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

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


#9efbfe Background Color

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

This div background color is #9efbfe


#9efbfe Border Color

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

This div border color is #9efbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.