Color Hex Logo

#93cca8 Color Hex

#93CCA8
(147,204,168)
0 Favorites   0 Comments

Color spaces of #93cca8

RGB 147204168
HSL0.390.360.69
HSV142°28°80°
CMYK 0.280.000.18   0.20
XYZ40.693452.215944.9797
Yxy52.21590.29510.3787
Hunter Lab72.2606-25.934113.6764
CIE-Lab77.4098-25.781212.0985

#93cca8 color RGB value is (147,204,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001100 10101000
Octal 223 314 250
Decimal 147 204 168
Hex 93 CC A8

RGB Percentages of Color #93cca8

%28.32
%39.31
%32.37

CMYK Percentages of Color #93cca8

%28
%0
%18
%20

Triadic Colors of #93cca8

#93cca8 #a893cc #cca893

Analogous Colors of #93cca8

#93cca8 #93ccc5 #9bcc93

Monochromatic Colors of #93cca8

#93cca8

Complementary Color

#93cca8 #cc93b7

#93cca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93cca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93cca8 Color CSS Codes

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

#93cca8 Text Font Color

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

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


#93cca8 Background Color

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

This div background color is #93cca8


#93cca8 Border Color

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

This div border color is #93cca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93cca8


Comments

No comments written yet.

Please login to write comment.