Color Hex Logo

#93fdaf Color Hex

#93FDAF
(147,253,175)
0 Favorites   0 Comments

Color spaces of #93fdaf

RGB 147253175
HSL0.380.960.78
HSV136°42°99°
CMYK 0.420.000.31   0.01
XYZ54.895879.548753.0186
Yxy79.54870.29280.4243
Hunter Lab89.1901-46.217327.1884
CIE-Lab91.4820-46.891327.9689

#93fdaf color RGB value is (147,253,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11111101 10101111
Octal 223 375 257
Decimal 147 253 175
Hex 93 FD AF

RGB Percentages of Color #93fdaf

%25.57
%44.00
%30.43

CMYK Percentages of Color #93fdaf

%42
%0
%31
%1

Triadic Colors of #93fdaf

#93fdaf #af93fd #fdaf93

Analogous Colors of #93fdaf

#93fdaf #93fde4 #acfd93

Monochromatic Colors of #93fdaf

#93fdaf

Complementary Color

#93fdaf #fd93e1

#93fdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93fdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#93fdaf Color CSS Codes

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

#93fdaf Text Font Color

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

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


#93fdaf Background Color

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

This div background color is #93fdaf


#93fdaf Border Color

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

This div border color is #93fdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93fdaf

Related Colors


Comments

No comments written yet.

Please login to write comment.