Color Hex Logo

#93abed Color Hex

#93ABED
(147,171,237)
0 Favorites   0 Comments

Color spaces of #93abed

RGB 147171237
HSL0.620.710.75
HSV224°38°93°
CMYK 0.380.280.00   0.07
XYZ41.881641.443385.9127
Yxy41.44330.24750.2449
Hunter Lab64.37653.4685-34.0611
CIE-Lab70.48547.6979-35.6988

#93abed color RGB value is (147,171,237).

#93abed hex color red value is 147, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #93abed hue: 0.62 , saturation: 0.71 and the lightness value of 93abed is 0.75.

The process color (four color CMYK) of #93abed color hex is 0.38, 0.28, 0.00, 0.07. Web safe color of #93abed is #9999ff. Color #93abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101011 11101101
Octal 223 253 355
Decimal 147 171 237
Hex 93 AB ED

RGB Percentages of Color #93abed

%26.49
%30.81
%42.70

CMYK Percentages of Color #93abed

%38
%28
%0
%7

Triadic Colors of #93abed

#93abed #ed93ab #abed93

Analogous Colors of #93abed

#93abed #a893ed #93d8ed

Monochromatic Colors of #93abed

#93abed

Complementary Color

#93abed #edd593

#93abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#93abed Color CSS Codes

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

#93abed Text Font Color

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

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


#93abed Background Color

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

This div background color is #93abed


#93abed Border Color

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

This div border color is #93abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93abed


Comments

No comments written yet.

Please login to write comment.