Color Hex Logo

#93faff Color Hex

#93FAFF
(147,250,255)
0 Favorites   0 Comments

Color spaces of #93faff

RGB 147250255
HSL0.511.000.79
HSV183°42°100°
CMYK 0.420.020.00   0.00
XYZ64.268281.7943107.0083
Yxy81.79430.25400.3232
Hunter Lab90.4402-31.4255-6.8434
CIE-Lab92.4840-28.7469-11.8041

#93faff color RGB value is (147,250,255).

#93faff hex color red value is 147, green value is 250 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #93faff hue: 0.51 , saturation: 1.00 and the lightness value of 93faff is 0.79.

The process color (four color CMYK) of #93faff color hex is 0.42, 0.02, 0.00, 0.00. Web safe color of #93faff is #99ffff. Color #93faff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11111010 11111111
Octal 223 372 377
Decimal 147 250 255
Hex 93 FA FF

RGB Percentages of Color #93faff

%22.55
%38.34
%39.11

CMYK Percentages of Color #93faff

%42
%2
%0
%0

Triadic Colors of #93faff

#93faff #ff93fa #faff93

Analogous Colors of #93faff

#93faff #93c4ff #93ffce

Monochromatic Colors of #93faff

#93faff

Complementary Color

#93faff #ff9893

#93faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#93faff Color CSS Codes

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

#93faff Text Font Color

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

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


#93faff Background Color

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

This div background color is #93faff


#93faff Border Color

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

This div border color is #93faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93faff

Related Colors


Comments

No comments written yet.

Please login to write comment.