Color Hex Logo

#93d1ad Color Hex

#93D1AD
(147,209,173)
0 Favorites   0 Comments

Color spaces of #93d1ad

RGB 147209173
HSL0.400.400.70
HSV145°30°82°
CMYK 0.300.000.17   0.18
XYZ42.375954.821147.8832
Yxy54.82110.29210.3779
Hunter Lab74.0413-27.411713.4855
CIE-Lab78.9381-27.245211.5951

#93d1ad color RGB value is (147,209,173).

#93d1ad hex color red value is 147, green value is 209 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #93d1ad hue: 0.40 , saturation: 0.40 and the lightness value of 93d1ad is 0.70.

The process color (four color CMYK) of #93d1ad color hex is 0.30, 0.00, 0.17, 0.18. Web safe color of #93d1ad is #99cc99. Color #93d1ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11010001 10101101
Octal 223 321 255
Decimal 147 209 173
Hex 93 D1 AD

RGB Percentages of Color #93d1ad

%27.79
%39.51
%32.70

CMYK Percentages of Color #93d1ad

%30
%0
%17
%18

Triadic Colors of #93d1ad

#93d1ad #ad93d1 #d1ad93

Analogous Colors of #93d1ad

#93d1ad #93d1cc #98d193

Monochromatic Colors of #93d1ad

#93d1ad

Complementary Color

#93d1ad #d193b7

#93d1ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93d1ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#93d1ad Color CSS Codes

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

#93d1ad Text Font Color

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

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


#93d1ad Background Color

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

This div background color is #93d1ad


#93d1ad Border Color

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

This div border color is #93d1ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93d1ad


Comments

No comments written yet.

Please login to write comment.