Color Hex Logo

#93acbb Color Hex

#93ACBB
(147,172,187)
0 Favorites   0 Comments

Color spaces of #93acbb

RGB 147172187
HSL0.560.230.65
HSV203°21°73°
CMYK 0.210.080.00   0.27
XYZ35.754839.295952.7141
Yxy39.29590.27980.3076
Hunter Lab62.6864-7.8893-5.9775
CIE-Lab68.9651-5.2885-10.5516

#93acbb color RGB value is (147,172,187).

#93acbb hex color red value is 147, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #93acbb hue: 0.56 , saturation: 0.23 and the lightness value of 93acbb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101100 10111011
Octal 223 254 273
Decimal 147 172 187
Hex 93 AC BB

RGB Percentages of Color #93acbb

%29.05
%33.99
%36.96

CMYK Percentages of Color #93acbb

%21
%8
%0
%27

Triadic Colors of #93acbb

#93acbb #bb93ac #acbb93

Analogous Colors of #93acbb

#93acbb #9398bb #93bbb6

Monochromatic Colors of #93acbb

#93acbb

Complementary Color

#93acbb #bba293

#93acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93acbb Color CSS Codes

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

#93acbb Text Font Color

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

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


#93acbb Background Color

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

This div background color is #93acbb


#93acbb Border Color

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

This div border color is #93acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93acbb


Comments

No comments written yet.

Please login to write comment.