Color Hex Logo

#93ccad Color Hex

#93CCAD
(147,204,173)
0 Favorites   0 Comments

Color spaces of #93ccad

RGB 147204173
HSL0.410.360.69
HSV147°28°80°
CMYK 0.280.000.15   0.20
XYZ41.168352.405947.4807
Yxy52.40590.29190.3715
Hunter Lab72.3919-25.175311.7870
CIE-Lab77.5229-24.80869.5825

#93ccad color RGB value is (147,204,173).

#93ccad hex color red value is 147, green value is 204 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #93ccad hue: 0.41 , saturation: 0.36 and the lightness value of 93ccad is 0.69.

The process color (four color CMYK) of #93ccad color hex is 0.28, 0.00, 0.15, 0.20. Web safe color of #93ccad is #99cc99. Color #93ccad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001100 10101101
Octal 223 314 255
Decimal 147 204 173
Hex 93 CC AD

RGB Percentages of Color #93ccad

%28.05
%38.93
%33.02

CMYK Percentages of Color #93ccad

%28
%0
%15
%20

Triadic Colors of #93ccad

#93ccad #ad93cc #ccad93

Analogous Colors of #93ccad

#93ccad #93ccca #96cc93

Monochromatic Colors of #93ccad

#93ccad

Complementary Color

#93ccad #cc93b2

#93ccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ccad Color CSS Codes

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

#93ccad Text Font Color

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

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


#93ccad Background Color

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

This div background color is #93ccad


#93ccad Border Color

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

This div border color is #93ccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ccad


Comments

No comments written yet.

Please login to write comment.