Color Hex Logo

#93edfa Color Hex

#93EDFA
(147,237,250)
0 Favorites   0 Comments

Color spaces of #93edfa

RGB 147237250
HSL0.520.910.78
HSV188°41°98°
CMYK 0.410.050.00   0.02
XYZ59.572173.6735101.5231
Yxy73.67350.25370.3138
Hunter Lab85.8333-26.3213-10.0446
CIE-Lab88.7679-23.6900-14.7538

#93edfa color RGB value is (147,237,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11101101 11111010
Octal 223 355 372
Decimal 147 237 250
Hex 93 ED FA

RGB Percentages of Color #93edfa

%23.19
%37.38
%39.43

CMYK Percentages of Color #93edfa

%41
%5
%0
%2

Triadic Colors of #93edfa

#93edfa #fa93ed #edfa93

Analogous Colors of #93edfa

#93edfa #93bafa #93fad4

Monochromatic Colors of #93edfa

#93edfa

Complementary Color

#93edfa #faa093

#93edfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93edfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#93edfa Color CSS Codes

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

#93edfa Text Font Color

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

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


#93edfa Background Color

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

This div background color is #93edfa


#93edfa Border Color

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

This div border color is #93edfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93edfa


Comments

No comments written yet.

Please login to write comment.