Color Hex Logo

#93b8fe Color Hex

#93B8FE
(147,184,254)
0 Favorites   0 Comments

Color spaces of #93b8fe

RGB 147184254
HSL0.610.980.79
HSV219°42°100°
CMYK 0.420.280.00   0.00
XYZ47.062547.6398100.4809
Yxy47.63980.24110.2441
Hunter Lab69.02160.9228-37.9986
CIE-Lab74.59725.0578-38.5153

#93b8fe color RGB value is (147,184,254).

#93b8fe hex color red value is 147, green value is 184 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #93b8fe hue: 0.61 , saturation: 0.98 and the lightness value of 93b8fe is 0.79.

The process color (four color CMYK) of #93b8fe color hex is 0.42, 0.28, 0.00, 0.00. Web safe color of #93b8fe is #99ccff. Color #93b8fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111000 11111110
Octal 223 270 376
Decimal 147 184 254
Hex 93 B8 FE

RGB Percentages of Color #93b8fe

%25.13
%31.45
%43.42

CMYK Percentages of Color #93b8fe

%42
%28
%0
%0

Triadic Colors of #93b8fe

#93b8fe #fe93b8 #b8fe93

Analogous Colors of #93b8fe

#93b8fe #a493fe #93eefe

Monochromatic Colors of #93b8fe

#93b8fe

Complementary Color

#93b8fe #fed993

#93b8fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93b8fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#93b8fe Color CSS Codes

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

#93b8fe Text Font Color

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

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


#93b8fe Background Color

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

This div background color is #93b8fe


#93b8fe Border Color

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

This div border color is #93b8fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93b8fe


Comments

No comments written yet.

Please login to write comment.