Color Hex Logo

#93feef Color Hex

#93FEEF
(147,254,239)
0 Favorites   0 Comments

Color spaces of #93feef

RGB 147254239
HSL0.480.980.79
HSV172°42°100°
CMYK 0.420.000.06   0.00
XYZ63.054483.318794.4201
Yxy83.31870.26190.3460
Hunter Lab91.2791-36.43292.5651
CIE-Lab93.1538-34.4143-2.5246

#93feef color RGB value is (147,254,239).

#93feef hex color red value is 147, green value is 254 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #93feef hue: 0.48 , saturation: 0.98 and the lightness value of 93feef is 0.79.

The process color (four color CMYK) of #93feef color hex is 0.42, 0.00, 0.06, 0.00. Web safe color of #93feef is #99ffff. Color #93feef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11111110 11101111
Octal 223 376 357
Decimal 147 254 239
Hex 93 FE EF

RGB Percentages of Color #93feef

%22.97
%39.69
%37.34

CMYK Percentages of Color #93feef

%42
%0
%6
%0

Triadic Colors of #93feef

#93feef #ef93fe #feef93

Analogous Colors of #93feef

#93feef #93d8fe #93feba

Monochromatic Colors of #93feef

#93feef

Complementary Color

#93feef #fe93a2

#93feef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93feef Color Preview on White Background

Lorem ipsum dolor sit amet.

#93feef Color CSS Codes

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

#93feef Text Font Color

<p style="color:#93feef">Text here</p>

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


#93feef Background Color

<div style="background-color:#93feef">
Div content here</div>

This div background color is #93feef


#93feef Border Color

<div style="border:3px solid #93feef">
Div here</div>

This div border color is #93feef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93feef

Related Colors


Comments

No comments written yet.

Please login to write comment.