Color Hex Logo

#93adde Color Hex

#93ADDE
(147,173,222)
0 Favorites   0 Comments

Color spaces of #93adde

RGB 147173222
HSL0.610.530.72
HSV219°34°87°
CMYK 0.340.220.00   0.13
XYZ40.161041.364174.9746
Yxy41.36410.25660.2643
Hunter Lab64.3149-1.0881-24.0964
CIE-Lab70.43032.6522-27.5921

#93adde color RGB value is (147,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101101 11011110
Octal 223 255 336
Decimal 147 173 222
Hex 93 AD DE

RGB Percentages of Color #93adde

%27.12
%31.92
%40.96

CMYK Percentages of Color #93adde

%34
%22
%0
%13

Triadic Colors of #93adde

#93adde #de93ad #adde93

Analogous Colors of #93adde

#93adde #9f93de #93d3de

Monochromatic Colors of #93adde

#93adde

Complementary Color

#93adde #dec493

#93adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#93adde Color CSS Codes

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

#93adde Text Font Color

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

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


#93adde Background Color

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

This div background color is #93adde


#93adde Border Color

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

This div border color is #93adde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,173,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 #93adde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93adde


Comments

No comments written yet.

Please login to write comment.