Color Hex Logo

#93fdbd Color Hex

#93FDBD
(147,253,189)
0 Favorites   0 Comments

Color spaces of #93fdbd

RGB 147253189
HSL0.400.960.78
HSV144°42°99°
CMYK 0.420.000.25   0.01
XYZ56.343280.127760.6407
Yxy80.12770.28580.4065
Hunter Lab89.5141-44.295722.4942
CIE-Lab91.7421-44.384721.2122

#93fdbd color RGB value is (147,253,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11111101 10111101
Octal 223 375 275
Decimal 147 253 189
Hex 93 FD BD

RGB Percentages of Color #93fdbd

%24.96
%42.95
%32.09

CMYK Percentages of Color #93fdbd

%42
%0
%25
%1

Triadic Colors of #93fdbd

#93fdbd #bd93fd #fdbd93

Analogous Colors of #93fdbd

#93fdbd #93fdf2 #9efd93

Monochromatic Colors of #93fdbd

#93fdbd

Complementary Color

#93fdbd #fd93d3

#93fdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93fdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#93fdbd Color CSS Codes

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

#93fdbd Text Font Color

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

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


#93fdbd Background Color

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

This div background color is #93fdbd


#93fdbd Border Color

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

This div border color is #93fdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93fdbd


Comments

No comments written yet.

Please login to write comment.