Color Hex Logo

#93befb Color Hex

#93BEFB
(147,190,251)
0 Favorites   0 Comments

Color spaces of #93befb

RGB 147190251
HSL0.600.930.78
HSV215°41°98°
CMYK 0.410.240.00   0.02
XYZ47.858749.995098.3944
Yxy49.99500.24390.2548
Hunter Lab70.7071-2.9183-33.0116
CIE-Lab76.06620.9441-34.6252

#93befb color RGB value is (147,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111110 11111011
Octal 223 276 373
Decimal 147 190 251
Hex 93 BE FB

RGB Percentages of Color #93befb

%25.00
%32.31
%42.69

CMYK Percentages of Color #93befb

%41
%24
%0
%2

Triadic Colors of #93befb

#93befb #fb93be #befb93

Analogous Colors of #93befb

#93befb #9c93fb #93f2fb

Monochromatic Colors of #93befb

#93befb

Complementary Color

#93befb #fbd093

#93befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93befb Color CSS Codes

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

#93befb Text Font Color

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

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


#93befb Background Color

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

This div background color is #93befb


#93befb Border Color

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

This div border color is #93befb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93befb


Comments

No comments written yet.

Please login to write comment.