Color Hex Logo

#93fcbe Color Hex

#93FCBE
(147,252,190)
0 Favorites   0 Comments

Color spaces of #93fcbe

RGB 147252190
HSL0.400.950.78
HSV145°42°99°
CMYK 0.420.000.25   0.01
XYZ56.137379.541661.1095
Yxy79.54160.28530.4042
Hunter Lab89.1861-43.720621.8053
CIE-Lab91.4788-43.761920.3353

#93fcbe color RGB value is (147,252,190).

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

The process color (four color CMYK) of #93fcbe color hex is 0.42, 0.00, 0.25, 0.01. Web safe color of #93fcbe is #99ffcc. Color #93fcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11111100 10111110
Octal 223 374 276
Decimal 147 252 190
Hex 93 FC BE

RGB Percentages of Color #93fcbe

%24.96
%42.78
%32.26

CMYK Percentages of Color #93fcbe

%42
%0
%25
%1

Triadic Colors of #93fcbe

#93fcbe #be93fc #fcbe93

Analogous Colors of #93fcbe

#93fcbe #93fcf3 #9dfc93

Monochromatic Colors of #93fcbe

#93fcbe

Complementary Color

#93fcbe #fc93d1

#93fcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93fcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#93fcbe Color CSS Codes

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

#93fcbe Text Font Color

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

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


#93fcbe Background Color

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

This div background color is #93fcbe


#93fcbe Border Color

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

This div border color is #93fcbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,252,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 #93fcbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93fcbe


Comments

No comments written yet.

Please login to write comment.