Color Hex Logo

#93abdd Color Hex

#93ABDD
(147,171,221)
0 Favorites   0 Comments

Color spaces of #93abdd

RGB 147171221
HSL0.610.520.72
HSV221°33°87°
CMYK 0.330.230.00   0.13
XYZ39.646740.549374.1438
Yxy40.54930.25690.2627
Hunter Lab63.6783-0.3014-24.4594
CIE-Lab69.85903.5061-27.9222

#93abdd color RGB value is (147,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101011 11011101
Octal 223 253 335
Decimal 147 171 221
Hex 93 AB DD

RGB Percentages of Color #93abdd

%27.27
%31.73
%41.00

CMYK Percentages of Color #93abdd

%33
%23
%0
%13

Triadic Colors of #93abdd

#93abdd #dd93ab #abdd93

Analogous Colors of #93abdd

#93abdd #a093dd #93d0dd

Monochromatic Colors of #93abdd

#93abdd

Complementary Color

#93abdd #ddc593

#93abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#93abdd Color CSS Codes

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

#93abdd Text Font Color

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

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


#93abdd Background Color

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

This div background color is #93abdd


#93abdd Border Color

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

This div border color is #93abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93abdd


Comments

No comments written yet.

Please login to write comment.