Color Hex Logo

#93abdb Color Hex

#93ABDB
(147,171,219)
0 Favorites   0 Comments

Color spaces of #93abdb

RGB 147171219
HSL0.610.500.72
HSV220°33°86°
CMYK 0.330.220.00   0.14
XYZ39.381740.443372.7485
Yxy40.44330.25810.2651
Hunter Lab63.5950-0.7539-23.3073
CIE-Lab69.78412.9947-26.9406

#93abdb color RGB value is (147,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101011 11011011
Octal 223 253 333
Decimal 147 171 219
Hex 93 AB DB

RGB Percentages of Color #93abdb

%27.37
%31.84
%40.78

CMYK Percentages of Color #93abdb

%33
%22
%0
%14

Triadic Colors of #93abdb

#93abdb #db93ab #abdb93

Analogous Colors of #93abdb

#93abdb #9f93db #93cfdb

Monochromatic Colors of #93abdb

#93abdb

Complementary Color

#93abdb #dbc393

#93abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93abdb Color CSS Codes

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

#93abdb Text Font Color

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

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


#93abdb Background Color

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

This div background color is #93abdb


#93abdb Border Color

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

This div border color is #93abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93abdb


Comments

No comments written yet.

Please login to write comment.