Color Hex Logo

#93adda Color Hex

#93ADDA
(147,173,218)
0 Favorites   0 Comments

Color spaces of #93adda

RGB 147173218
HSL0.610.490.72
HSV218°33°85°
CMYK 0.330.210.00   0.15
XYZ39.631141.152172.1840
Yxy41.15210.25910.2690
Hunter Lab64.1499-1.9870-21.8105
CIE-Lab70.28241.6323-25.6281

#93adda color RGB value is (147,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101101 11011010
Octal 223 255 332
Decimal 147 173 218
Hex 93 AD DA

RGB Percentages of Color #93adda

%27.32
%32.16
%40.52

CMYK Percentages of Color #93adda

%33
%21
%0
%15

Triadic Colors of #93adda

#93adda #da93ad #adda93

Analogous Colors of #93adda

#93adda #9d93da #93d1da

Monochromatic Colors of #93adda

#93adda

Complementary Color

#93adda #dac093

#93adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#93adda Color CSS Codes

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

#93adda Text Font Color

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

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


#93adda Background Color

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

This div background color is #93adda


#93adda Border Color

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

This div border color is #93adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93adda


Comments

No comments written yet.

Please login to write comment.