Color Hex Logo

#93fabe Color Hex

#93FABE
(147,250,190)
0 Favorites   0 Comments

Color spaces of #93fabe

RGB 147250190
HSL0.400.910.78
HSV145°41°98°
CMYK 0.410.000.24   0.02
XYZ55.512578.292060.9012
Yxy78.29200.28510.4021
Hunter Lab88.4828-42.857121.1296
CIE-Lab90.9130-42.885219.5474

#93fabe color RGB value is (147,250,190).

#93fabe hex color red value is 147, green value is 250 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #93fabe hue: 0.40 , saturation: 0.91 and the lightness value of 93fabe is 0.78.

The process color (four color CMYK) of #93fabe color hex is 0.41, 0.00, 0.24, 0.02. Web safe color of #93fabe is #99ffcc. Color #93fabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11111010 10111110
Octal 223 372 276
Decimal 147 250 190
Hex 93 FA BE

RGB Percentages of Color #93fabe

%25.04
%42.59
%32.37

CMYK Percentages of Color #93fabe

%41
%0
%24
%2

Triadic Colors of #93fabe

#93fabe #be93fa #fabe93

Analogous Colors of #93fabe

#93fabe #93faf2 #9cfa93

Monochromatic Colors of #93fabe

#93fabe

Complementary Color

#93fabe #fa93cf

#93fabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93fabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#93fabe Color CSS Codes

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

#93fabe Text Font Color

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

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


#93fabe Background Color

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

This div background color is #93fabe


#93fabe Border Color

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

This div border color is #93fabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93fabe


Comments

No comments written yet.

Please login to write comment.