Color Hex Logo

#93accb Color Hex

#93ACCB
(147,172,203)
0 Favorites   0 Comments

Color spaces of #93accb

RGB 147172203
HSL0.590.350.69
HSV213°28°80°
CMYK 0.280.150.00   0.20
XYZ37.564640.019962.2447
Yxy40.01990.26860.2862
Hunter Lab63.2613-4.7138-14.0543
CIE-Lab69.4837-1.5340-18.6026

#93accb color RGB value is (147,172,203).

#93accb hex color red value is 147, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #93accb hue: 0.59 , saturation: 0.35 and the lightness value of 93accb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101100 11001011
Octal 223 254 313
Decimal 147 172 203
Hex 93 AC CB

RGB Percentages of Color #93accb

%28.16
%32.95
%38.89

CMYK Percentages of Color #93accb

%28
%15
%0
%20

Triadic Colors of #93accb

#93accb #cb93ac #accb93

Analogous Colors of #93accb

#93accb #9693cb #93c8cb

Monochromatic Colors of #93accb

#93accb

Complementary Color

#93accb #cbb293

#93accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93accb Color CSS Codes

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

#93accb Text Font Color

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

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


#93accb Background Color

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

This div background color is #93accb


#93accb Border Color

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

This div border color is #93accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93accb


Comments

No comments written yet.

Please login to write comment.