Color Hex Logo

#9efdfc Color Hex

#9EFDFC
(158,253,252)
0 Favorites   0 Comments

Color spaces of #9efdfc

RGB 158253252
HSL0.500.960.81
HSV179°38°99°
CMYK 0.380.000.00   0.01
XYZ66.796584.5479104.8943
Yxy84.54790.26070.3300
Hunter Lab91.9499-31.2421-3.2717
CIE-Lab93.6880-28.2554-8.4102

#9efdfc color RGB value is (158,253,252).

#9efdfc hex color red value is 158, green value is 253 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9efdfc hue: 0.50 , saturation: 0.96 and the lightness value of 9efdfc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111101 11111100
Octal 236 375 374
Decimal 158 253 252
Hex 9E FD FC

RGB Percentages of Color #9efdfc

%23.83
%38.16
%38.01

CMYK Percentages of Color #9efdfc

%38
%0
%0
%1

Triadic Colors of #9efdfc

#9efdfc #fc9efd #fdfc9e

Analogous Colors of #9efdfc

#9efdfc #9ecffd #9efdcd

Monochromatic Colors of #9efdfc

#9efdfc

Complementary Color

#9efdfc #fd9e9f

#9efdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efdfc Color CSS Codes

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

#9efdfc Text Font Color

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

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


#9efdfc Background Color

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

This div background color is #9efdfc


#9efdfc Border Color

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

This div border color is #9efdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.