Color Hex Logo

#93abde Color Hex

#93ABDE
(147,171,222)
0 Favorites   0 Comments

Color spaces of #93abde

RGB 147171222
HSL0.610.530.72
HSV221°34°87°
CMYK 0.340.230.00   0.13
XYZ39.780340.602874.8477
Yxy40.60280.25630.2616
Hunter Lab63.7203-0.0739-25.0395
CIE-Lab69.89673.7626-28.4122

#93abde color RGB value is (147,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101011 11011110
Octal 223 253 336
Decimal 147 171 222
Hex 93 AB DE

RGB Percentages of Color #93abde

%27.22
%31.67
%41.11

CMYK Percentages of Color #93abde

%34
%23
%0
%13

Triadic Colors of #93abde

#93abde #de93ab #abde93

Analogous Colors of #93abde

#93abde #a193de #93d1de

Monochromatic Colors of #93abde

#93abde

Complementary Color

#93abde #dec693

#93abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#93abde Color CSS Codes

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

#93abde Text Font Color

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

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


#93abde Background Color

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

This div background color is #93abde


#93abde Border Color

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

This div border color is #93abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93abde


Comments

No comments written yet.

Please login to write comment.