Color Hex Logo

#93ceac Color Hex

#93CEAC
(147,206,172)
0 Favorites   0 Comments

Color spaces of #93ceac

RGB 147206172
HSL0.400.380.69
HSV145°29°81°
CMYK 0.290.000.17   0.19
XYZ41.550353.324247.1324
Yxy53.32420.29260.3755
Hunter Lab73.0234-26.224612.8481
CIE-Lab78.0660-25.983110.8906

#93ceac color RGB value is (147,206,172).

#93ceac hex color red value is 147, green value is 206 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #93ceac hue: 0.40 , saturation: 0.38 and the lightness value of 93ceac is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001110 10101100
Octal 223 316 254
Decimal 147 206 172
Hex 93 CE AC

RGB Percentages of Color #93ceac

%28.00
%39.24
%32.76

CMYK Percentages of Color #93ceac

%29
%0
%17
%19

Triadic Colors of #93ceac

#93ceac #ac93ce #ceac93

Analogous Colors of #93ceac

#93ceac #93ceca #98ce93

Monochromatic Colors of #93ceac

#93ceac

Complementary Color

#93ceac #ce93b5

#93ceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ceac Color CSS Codes

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

#93ceac Text Font Color

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

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


#93ceac Background Color

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

This div background color is #93ceac


#93ceac Border Color

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

This div border color is #93ceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ceac


Comments

No comments written yet.

Please login to write comment.