Color Hex Logo

#93abca Color Hex

#93ABCA
(147,171,202)
0 Favorites   0 Comments

Color spaces of #93abca

RGB 147171202
HSL0.590.340.68
HSV214°27°79°
CMYK 0.270.150.00   0.21
XYZ37.256239.593161.5557
Yxy39.59310.26920.2861
Hunter Lab62.9230-4.4270-13.9555
CIE-Lab69.1787-1.2264-18.5137

#93abca color RGB value is (147,171,202).

#93abca hex color red value is 147, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #93abca hue: 0.59 , saturation: 0.34 and the lightness value of 93abca is 0.68.

The process color (four color CMYK) of #93abca color hex is 0.27, 0.15, 0.00, 0.21. Web safe color of #93abca is #9999cc. Color #93abca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101011 11001010
Octal 223 253 312
Decimal 147 171 202
Hex 93 AB CA

RGB Percentages of Color #93abca

%28.27
%32.88
%38.85

CMYK Percentages of Color #93abca

%27
%15
%0
%21

Triadic Colors of #93abca

#93abca #ca93ab #abca93

Analogous Colors of #93abca

#93abca #9793ca #93c7ca

Monochromatic Colors of #93abca

#93abca

Complementary Color

#93abca #cab293

#93abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#93abca Color CSS Codes

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

#93abca Text Font Color

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

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


#93abca Background Color

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

This div background color is #93abca


#93abca Border Color

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

This div border color is #93abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93abca


Comments

No comments written yet.

Please login to write comment.