Color Hex Logo

#93bafb Color Hex

#93BAFB
(147,186,251)
0 Favorites   0 Comments

Color spaces of #93bafb

RGB 147186251
HSL0.600.930.78
HSV218°41°98°
CMYK 0.410.260.00   0.02
XYZ47.004148.285998.1095
Yxy48.28590.24300.2497
Hunter Lab69.4881-0.8606-35.0693
CIE-Lab75.00493.1367-36.2683

#93bafb color RGB value is (147,186,251).

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

The process color (four color CMYK) of #93bafb color hex is 0.41, 0.26, 0.00, 0.02. Web safe color of #93bafb is #99ccff. Color #93bafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111010 11111011
Octal 223 272 373
Decimal 147 186 251
Hex 93 BA FB

RGB Percentages of Color #93bafb

%25.17
%31.85
%42.98

CMYK Percentages of Color #93bafb

%41
%26
%0
%2

Triadic Colors of #93bafb

#93bafb #fb93ba #bafb93

Analogous Colors of #93bafb

#93bafb #a093fb #93eefb

Monochromatic Colors of #93bafb

#93bafb

Complementary Color

#93bafb #fbd493

#93bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93bafb Color CSS Codes

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

#93bafb Text Font Color

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

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


#93bafb Background Color

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

This div background color is #93bafb


#93bafb Border Color

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

This div border color is #93bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93bafb


Comments

No comments written yet.

Please login to write comment.