Color Hex Logo

#93bcfe Color Hex

#93BCFE
(147,188,254)
0 Favorites   0 Comments

Color spaces of #93bcfe

RGB 147188254
HSL0.600.980.79
HSV217°42°100°
CMYK 0.420.260.00   0.00
XYZ47.905249.3252100.7618
Yxy49.32520.24200.2491
Hunter Lab70.2319-1.1509-35.9011
CIE-Lab75.65322.8530-36.8758

#93bcfe color RGB value is (147,188,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111100 11111110
Octal 223 274 376
Decimal 147 188 254
Hex 93 BC FE

RGB Percentages of Color #93bcfe

%24.96
%31.92
%43.12

CMYK Percentages of Color #93bcfe

%42
%26
%0
%0

Triadic Colors of #93bcfe

#93bcfe #fe93bc #bcfe93

Analogous Colors of #93bcfe

#93bcfe #a093fe #93f2fe

Monochromatic Colors of #93bcfe

#93bcfe

Complementary Color

#93bcfe #fed593

#93bcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93bcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#93bcfe Color CSS Codes

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

#93bcfe Text Font Color

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

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


#93bcfe Background Color

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

This div background color is #93bcfe


#93bcfe Border Color

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

This div border color is #93bcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93bcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.