Color Hex Logo

#93dcfa Color Hex

#93DCFA
(147,220,250)
0 Favorites   0 Comments

Color spaces of #93dcfa

RGB 147220250
HSL0.550.910.78
HSV197°41°98°
CMYK 0.410.120.00   0.02
XYZ54.881164.291699.9595
Yxy64.29160.25040.2934
Hunter Lab80.1820-18.1431-17.7869
CIE-Lab84.1174-15.1844-21.7637

#93dcfa color RGB value is (147,220,250).

#93dcfa hex color red value is 147, green value is 220 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #93dcfa hue: 0.55 , saturation: 0.91 and the lightness value of 93dcfa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011100 11111010
Octal 223 334 372
Decimal 147 220 250
Hex 93 DC FA

RGB Percentages of Color #93dcfa

%23.82
%35.66
%40.52

CMYK Percentages of Color #93dcfa

%41
%12
%0
%2

Triadic Colors of #93dcfa

#93dcfa #fa93dc #dcfa93

Analogous Colors of #93dcfa

#93dcfa #93a9fa #93fae5

Monochromatic Colors of #93dcfa

#93dcfa

Complementary Color

#93dcfa #fab193

#93dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#93dcfa Color CSS Codes

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

#93dcfa Text Font Color

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

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


#93dcfa Background Color

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

This div background color is #93dcfa


#93dcfa Border Color

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

This div border color is #93dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93dcfa


Comments

No comments written yet.

Please login to write comment.