Color Hex Logo

#93edaf Color Hex

#93EDAF
(147,237,175)
0 Favorites   0 Comments

Color spaces of #93edaf

RGB 147237175
HSL0.390.710.75
HSV139°38°93°
CMYK 0.380.000.26   0.07
XYZ50.054769.866651.4049
Yxy69.86660.29220.4078
Hunter Lab83.5862-39.383222.0475
CIE-Lab86.9314-39.895421.7358

#93edaf color RGB value is (147,237,175).

#93edaf hex color red value is 147, green value is 237 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #93edaf hue: 0.39 , saturation: 0.71 and the lightness value of 93edaf is 0.75.

The process color (four color CMYK) of #93edaf color hex is 0.38, 0.00, 0.26, 0.07. Web safe color of #93edaf is #99ff99. Color #93edaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11101101 10101111
Octal 223 355 257
Decimal 147 237 175
Hex 93 ED AF

RGB Percentages of Color #93edaf

%26.30
%42.40
%31.31

CMYK Percentages of Color #93edaf

%38
%0
%26
%7

Triadic Colors of #93edaf

#93edaf #af93ed #edaf93

Analogous Colors of #93edaf

#93edaf #93eddc #a4ed93

Monochromatic Colors of #93edaf

#93edaf

Complementary Color

#93edaf #ed93d1

#93edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#93edaf Color CSS Codes

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

#93edaf Text Font Color

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

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


#93edaf Background Color

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

This div background color is #93edaf


#93edaf Border Color

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

This div border color is #93edaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93edaf


Comments

No comments written yet.

Please login to write comment.