Color Hex Logo

#9efef4 Color Hex

#9EFEF4
(158,254,244)
0 Favorites   0 Comments

Color spaces of #9efef4

RGB 158254244
HSL0.480.980.81
HSV174°38°100°
CMYK 0.380.000.04   0.00
XYZ65.871584.684498.4619
Yxy84.68440.26450.3401
Hunter Lab92.0241-33.27070.9791
CIE-Lab93.7470-30.5712-4.1854

#9efef4 color RGB value is (158,254,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111110 11110100
Octal 236 376 364
Decimal 158 254 244
Hex 9E FE F4

RGB Percentages of Color #9efef4

%24.09
%38.72
%37.20

CMYK Percentages of Color #9efef4

%38
%0
%4
%0

Triadic Colors of #9efef4

#9efef4 #f49efe #fef49e

Analogous Colors of #9efef4

#9efef4 #9ed8fe #9efec4

Monochromatic Colors of #9efef4

#9efef4

Complementary Color

#9efef4 #fe9ea8

#9efef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efef4 Color CSS Codes

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

#9efef4 Text Font Color

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

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


#9efef4 Background Color

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

This div background color is #9efef4


#9efef4 Border Color

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

This div border color is #9efef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efef4

Related Colors

#9efef4 Color Palettes


Comments

No comments written yet.

Please login to write comment.