Color Hex Logo

#93aceb Color Hex

#93ACEB
(147,172,235)
0 Favorites   0 Comments

Color spaces of #93aceb

RGB 147172235
HSL0.620.690.75
HSV223°37°92°
CMYK 0.370.270.00   0.08
XYZ41.780541.706384.4453
Yxy41.70630.24880.2484
Hunter Lab64.58042.4654-32.3213
CIE-Lab70.66806.6046-34.3258

#93aceb color RGB value is (147,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101100 11101011
Octal 223 254 353
Decimal 147 172 235
Hex 93 AC EB

RGB Percentages of Color #93aceb

%26.53
%31.05
%42.42

CMYK Percentages of Color #93aceb

%37
%27
%0
%8

Triadic Colors of #93aceb

#93aceb #eb93ac #aceb93

Analogous Colors of #93aceb

#93aceb #a693eb #93d8eb

Monochromatic Colors of #93aceb

#93aceb

Complementary Color

#93aceb #ebd293

#93aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93aceb Color CSS Codes

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

#93aceb Text Font Color

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

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


#93aceb Background Color

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

This div background color is #93aceb


#93aceb Border Color

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

This div border color is #93aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93aceb


Comments

No comments written yet.

Please login to write comment.