Color Hex Logo

#9efaf0 Color Hex

#9EFAF0
(158,250,240)
0 Favorites   0 Comments

Color spaces of #9efaf0

RGB 158250240
HSL0.480.900.80
HSV173°37°98°
CMYK 0.370.000.04   0.02
XYZ64.014381.931694.8785
Yxy81.93160.26580.3402
Hunter Lab90.5161-32.16531.2138
CIE-Lab92.5447-29.5871-3.8830

#9efaf0 color RGB value is (158,250,240).

#9efaf0 hex color red value is 158, green value is 250 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #9efaf0 hue: 0.48 , saturation: 0.90 and the lightness value of 9efaf0 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111010 11110000
Octal 236 372 360
Decimal 158 250 240
Hex 9E FA F0

RGB Percentages of Color #9efaf0

%24.38
%38.58
%37.04

CMYK Percentages of Color #9efaf0

%37
%0
%4
%2

Triadic Colors of #9efaf0

#9efaf0 #f09efa #faf09e

Analogous Colors of #9efaf0

#9efaf0 #9ed6fa #9efac2

Monochromatic Colors of #9efaf0

#9efaf0

Complementary Color

#9efaf0 #fa9ea8

#9efaf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efaf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efaf0 Color CSS Codes

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

#9efaf0 Text Font Color

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

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


#9efaf0 Background Color

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

This div background color is #9efaf0


#9efaf0 Border Color

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

This div border color is #9efaf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efaf0

Related Colors


Comments

No comments written yet.

Please login to write comment.