Color Hex Logo

#93add2 Color Hex

#93ADD2
(147,173,210)
0 Favorites   0 Comments

Color spaces of #93add2

RGB 147173210
HSL0.600.410.70
HSV215°30°82°
CMYK 0.300.180.00   0.18
XYZ38.609040.743366.8021
Yxy40.74330.26420.2788
Hunter Lab63.8305-3.7344-17.3689
CIE-Lab69.9957-0.3714-21.6759

#93add2 color RGB value is (147,173,210).

#93add2 hex color red value is 147, green value is 173 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #93add2 hue: 0.60 , saturation: 0.41 and the lightness value of 93add2 is 0.70.

The process color (four color CMYK) of #93add2 color hex is 0.30, 0.18, 0.00, 0.18. Web safe color of #93add2 is #9999cc. Color #93add2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101101 11010010
Octal 223 255 322
Decimal 147 173 210
Hex 93 AD D2

RGB Percentages of Color #93add2

%27.74
%32.64
%39.62

CMYK Percentages of Color #93add2

%30
%18
%0
%18

Triadic Colors of #93add2

#93add2 #d293ad #add293

Analogous Colors of #93add2

#93add2 #9993d2 #93cdd2

Monochromatic Colors of #93add2

#93add2

Complementary Color

#93add2 #d2b893

#93add2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93add2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93add2 Color CSS Codes

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

#93add2 Text Font Color

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

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


#93add2 Background Color

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

This div background color is #93add2


#93add2 Border Color

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

This div border color is #93add2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93add2

#93add2 Color Palettes


Comments

No comments written yet.

Please login to write comment.