Color Hex Logo

#93acbd Color Hex

#93ACBD
(147,172,189)
0 Favorites   0 Comments

Color spaces of #93acbd

RGB 147172189
HSL0.570.240.66
HSV204°22°74°
CMYK 0.220.090.00   0.26
XYZ35.970539.382253.8498
Yxy39.38220.27840.3048
Hunter Lab62.7552-7.5078-6.9476
CIE-Lab69.0272-4.8320-11.5643

#93acbd color RGB value is (147,172,189).

#93acbd hex color red value is 147, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #93acbd hue: 0.57 , saturation: 0.24 and the lightness value of 93acbd is 0.66.

The process color (four color CMYK) of #93acbd color hex is 0.22, 0.09, 0.00, 0.26. Web safe color of #93acbd is #9999cc. Color #93acbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101100 10111101
Octal 223 254 275
Decimal 147 172 189
Hex 93 AC BD

RGB Percentages of Color #93acbd

%28.94
%33.86
%37.20

CMYK Percentages of Color #93acbd

%22
%9
%0
%26

Triadic Colors of #93acbd

#93acbd #bd93ac #acbd93

Analogous Colors of #93acbd

#93acbd #9397bd #93bdb9

Monochromatic Colors of #93acbd

#93acbd

Complementary Color

#93acbd #bda493

#93acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#93acbd Color CSS Codes

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

#93acbd Text Font Color

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

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


#93acbd Background Color

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

This div background color is #93acbd


#93acbd Border Color

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

This div border color is #93acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93acbd


Comments

No comments written yet.

Please login to write comment.