Color Hex Logo

#93adfb Color Hex

#93ADFB
(147,173,251)
0 Favorites   0 Comments

Color spaces of #93adfb

RGB 147173251
HSL0.630.930.78
HSV225°41°98°
CMYK 0.410.310.00   0.02
XYZ44.388843.055297.2377
Yxy43.05520.24040.2331
Hunter Lab65.61655.9244-41.9309
CIE-Lab71.592410.3720-41.5780

#93adfb color RGB value is (147,173,251).

#93adfb hex color red value is 147, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #93adfb hue: 0.63 , saturation: 0.93 and the lightness value of 93adfb is 0.78.

The process color (four color CMYK) of #93adfb color hex is 0.41, 0.31, 0.00, 0.02. Web safe color of #93adfb is #9999ff. Color #93adfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101101 11111011
Octal 223 255 373
Decimal 147 173 251
Hex 93 AD FB

RGB Percentages of Color #93adfb

%25.74
%30.30
%43.96

CMYK Percentages of Color #93adfb

%41
%31
%0
%2

Triadic Colors of #93adfb

#93adfb #fb93ad #adfb93

Analogous Colors of #93adfb

#93adfb #ad93fb #93e1fb

Monochromatic Colors of #93adfb

#93adfb

Complementary Color

#93adfb #fbe193

#93adfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93adfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93adfb Color CSS Codes

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

#93adfb Text Font Color

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

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


#93adfb Background Color

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

This div background color is #93adfb


#93adfb Border Color

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

This div border color is #93adfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93adfb

Related Colors


Comments

No comments written yet.

Please login to write comment.