Color Hex Logo

#93ceae Color Hex

#93CEAE
(147,206,174)
0 Favorites   0 Comments

Color spaces of #93ceae

RGB 147206174
HSL0.410.380.69
HSV147°29°81°
CMYK 0.290.000.16   0.19
XYZ41.743953.401648.1518
Yxy53.40160.29130.3727
Hunter Lab73.0764-25.918012.0859
CIE-Lab78.1115-25.59079.8861

#93ceae color RGB value is (147,206,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001110 10101110
Octal 223 316 256
Decimal 147 206 174
Hex 93 CE AE

RGB Percentages of Color #93ceae

%27.89
%39.09
%33.02

CMYK Percentages of Color #93ceae

%29
%0
%16
%19

Triadic Colors of #93ceae

#93ceae #ae93ce #ceae93

Analogous Colors of #93ceae

#93ceae #93cecc #96ce93

Monochromatic Colors of #93ceae

#93ceae

Complementary Color

#93ceae #ce93b3

#93ceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ceae Color CSS Codes

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

#93ceae Text Font Color

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

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


#93ceae Background Color

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

This div background color is #93ceae


#93ceae Border Color

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

This div border color is #93ceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ceae


Comments

No comments written yet.

Please login to write comment.