Color Hex Logo

#93abea Color Hex

#93ABEA
(147,171,234)
0 Favorites   0 Comments

Color spaces of #93abea

RGB 147171234
HSL0.620.670.75
HSV223°37°92°
CMYK 0.370.270.00   0.08
XYZ41.446841.269483.6232
Yxy41.26940.24920.2481
Hunter Lab64.24132.7414-32.2092
CIE-Lab70.36436.8988-34.2512

#93abea color RGB value is (147,171,234).

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

The process color (four color CMYK) of #93abea color hex is 0.37, 0.27, 0.00, 0.08. Web safe color of #93abea is #9999ff. Color #93abea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101011 11101010
Octal 223 253 352
Decimal 147 171 234
Hex 93 AB EA

RGB Percentages of Color #93abea

%26.63
%30.98
%42.39

CMYK Percentages of Color #93abea

%37
%27
%0
%8

Triadic Colors of #93abea

#93abea #ea93ab #abea93

Analogous Colors of #93abea

#93abea #a793ea #93d7ea

Monochromatic Colors of #93abea

#93abea

Complementary Color

#93abea #ead293

#93abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#93abea Color CSS Codes

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

#93abea Text Font Color

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

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


#93abea Background Color

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

This div background color is #93abea


#93abea Border Color

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

This div border color is #93abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93abea


Comments

No comments written yet.

Please login to write comment.