Color Hex Logo

#93accd Color Hex

#93ACCD
(147,172,205)
0 Favorites   0 Comments

Color spaces of #93accd

RGB 147172205
HSL0.590.370.69
HSV214°28°80°
CMYK 0.280.160.00   0.20
XYZ37.804640.115963.5082
Yxy40.11590.26730.2836
Hunter Lab63.3371-4.2970-15.1142
CIE-Lab69.5520-1.0486-19.6004

#93accd color RGB value is (147,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101100 11001101
Octal 223 254 315
Decimal 147 172 205
Hex 93 AC CD

RGB Percentages of Color #93accd

%28.05
%32.82
%39.12

CMYK Percentages of Color #93accd

%28
%16
%0
%20

Triadic Colors of #93accd

#93accd #cd93ac #accd93

Analogous Colors of #93accd

#93accd #9793cd #93c9cd

Monochromatic Colors of #93accd

#93accd

Complementary Color

#93accd #cdb493

#93accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#93accd Color CSS Codes

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

#93accd Text Font Color

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

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


#93accd Background Color

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

This div background color is #93accd


#93accd Border Color

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

This div border color is #93accd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93accd


Comments

No comments written yet.

Please login to write comment.