Color Hex Logo

#93a5bc Color Hex

#93A5BC
(147,165,188)
0 Favorites   0 Comments

Color spaces of #93a5bc

RGB 147165188
HSL0.590.230.66
HSV214°22°74°
CMYK 0.220.120.00   0.26
XYZ34.564936.744252.8475
Yxy36.74420.27840.2960
Hunter Lab60.6170-4.2958-9.2587
CIE-Lab67.0847-1.2326-13.9260

#93a5bc color RGB value is (147,165,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10100101 10111100
Octal 223 245 274
Decimal 147 165 188
Hex 93 A5 BC

RGB Percentages of Color #93a5bc

%29.40
%33.00
%37.60

CMYK Percentages of Color #93a5bc

%22
%12
%0
%26

Triadic Colors of #93a5bc

#93a5bc #bc93a5 #a5bc93

Analogous Colors of #93a5bc

#93a5bc #9693bc #93babc

Monochromatic Colors of #93a5bc

#93a5bc

Complementary Color

#93a5bc #bcaa93

#93a5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93a5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93a5bc Color CSS Codes

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

#93a5bc Text Font Color

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

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


#93a5bc Background Color

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

This div background color is #93a5bc


#93a5bc Border Color

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

This div border color is #93a5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93a5bc


Comments

No comments written yet.

Please login to write comment.