Color Hex Logo

#93babc Color Hex

#93BABC
(147,186,188)
0 Favorites   0 Comments

Color spaces of #93babc

RGB 147186188
HSL0.510.230.66
HSV183°22°74°
CMYK 0.220.010.00   0.26
XYZ38.668644.951754.2154
Yxy44.95170.28050.3261
Hunter Lab67.0460-14.3812-1.0114
CIE-Lab72.8601-12.5274-5.3130

#93babc color RGB value is (147,186,188).

#93babc hex color red value is 147, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #93babc hue: 0.51 , saturation: 0.23 and the lightness value of 93babc is 0.66.

The process color (four color CMYK) of #93babc color hex is 0.22, 0.01, 0.00, 0.26. Web safe color of #93babc is #99cccc. Color #93babc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111010 10111100
Octal 223 272 274
Decimal 147 186 188
Hex 93 BA BC

RGB Percentages of Color #93babc

%28.21
%35.70
%36.08

CMYK Percentages of Color #93babc

%22
%1
%0
%26

Triadic Colors of #93babc

#93babc #bc93ba #babc93

Analogous Colors of #93babc

#93babc #93a6bc #93bcaa

Monochromatic Colors of #93babc

#93babc

Complementary Color

#93babc #bc9593

#93babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93babc Color CSS Codes

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

#93babc Text Font Color

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

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


#93babc Background Color

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

This div background color is #93babc


#93babc Border Color

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

This div border color is #93babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93babc


Comments

No comments written yet.

Please login to write comment.