Color Hex Logo

#93ceab Color Hex

#93CEAB
(147,206,171)
0 Favorites   0 Comments

Color spaces of #93ceab

RGB 147206171
HSL0.400.380.69
HSV144°29°81°
CMYK 0.290.000.17   0.19
XYZ41.454653.285946.6284
Yxy53.28590.29320.3769
Hunter Lab72.9972-26.376213.2254
CIE-Lab78.0435-26.177511.3930

#93ceab color RGB value is (147,206,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001110 10101011
Octal 223 316 253
Decimal 147 206 171
Hex 93 CE AB

RGB Percentages of Color #93ceab

%28.05
%39.31
%32.63

CMYK Percentages of Color #93ceab

%29
%0
%17
%19

Triadic Colors of #93ceab

#93ceab #ab93ce #ceab93

Analogous Colors of #93ceab

#93ceab #93cec9 #99ce93

Monochromatic Colors of #93ceab

#93ceab

Complementary Color

#93ceab #ce93b6

#93ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ceab Color CSS Codes

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

#93ceab Text Font Color

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

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


#93ceab Background Color

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

This div background color is #93ceab


#93ceab Border Color

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

This div border color is #93ceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ceab


Comments

No comments written yet.

Please login to write comment.