Color Hex Logo

#93acde Color Hex

#93ACDE
(147,172,222)
0 Favorites   0 Comments

Color spaces of #93acde

RGB 147172222
HSL0.610.530.72
HSV220°34°87°
CMYK 0.340.230.00   0.13
XYZ39.970040.982074.9109
Yxy40.98200.25640.2629
Hunter Lab64.0172-0.5812-24.5673
CIE-Lab70.16333.2071-28.0023

#93acde color RGB value is (147,172,222).

#93acde hex color red value is 147, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #93acde hue: 0.61 , saturation: 0.53 and the lightness value of 93acde is 0.72.

The process color (four color CMYK) of #93acde color hex is 0.34, 0.23, 0.00, 0.13. Web safe color of #93acde is #9999cc. Color #93acde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101100 11011110
Octal 223 254 336
Decimal 147 172 222
Hex 93 AC DE

RGB Percentages of Color #93acde

%27.17
%31.79
%41.04

CMYK Percentages of Color #93acde

%34
%23
%0
%13

Triadic Colors of #93acde

#93acde #de93ac #acde93

Analogous Colors of #93acde

#93acde #a093de #93d2de

Monochromatic Colors of #93acde

#93acde

Complementary Color

#93acde #dec593

#93acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#93acde Color CSS Codes

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

#93acde Text Font Color

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

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


#93acde Background Color

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

This div background color is #93acde


#93acde Border Color

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

This div border color is #93acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93acde


Comments

No comments written yet.

Please login to write comment.