Color Hex Logo

#93abae Color Hex

#93ABAE
(147,171,174)
0 Favorites   0 Comments

Color spaces of #93abae

RGB 147171174
HSL0.520.140.63
HSV187°16°68°
CMYK 0.160.020.00   0.32
XYZ34.235538.384945.6490
Yxy38.38490.28950.3246
Hunter Lab61.9555-9.7864-0.3161
CIE-Lab68.3033-7.6228-4.3374

#93abae color RGB value is (147,171,174).

#93abae hex color red value is 147, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #93abae hue: 0.52 , saturation: 0.14 and the lightness value of 93abae is 0.63.

The process color (four color CMYK) of #93abae color hex is 0.16, 0.02, 0.00, 0.32. Web safe color of #93abae is #999999. Color #93abae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101011 10101110
Octal 223 253 256
Decimal 147 171 174
Hex 93 AB AE

RGB Percentages of Color #93abae

%29.88
%34.76
%35.37

CMYK Percentages of Color #93abae

%16
%2
%0
%32

Triadic Colors of #93abae

#93abae #ae93ab #abae93

Analogous Colors of #93abae

#93abae #939eae #93aea4

Monochromatic Colors of #93abae

#93abae

Complementary Color

#93abae #ae9693

#93abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#93abae Color CSS Codes

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

#93abae Text Font Color

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

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


#93abae Background Color

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

This div background color is #93abae


#93abae Border Color

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

This div border color is #93abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93abae


Comments

No comments written yet.

Please login to write comment.