Color Hex Logo

#93dafe Color Hex

#93DAFE
(147,218,254)
0 Favorites   0 Comments

Color spaces of #93dafe

RGB 147218254
HSL0.560.980.79
HSV200°42°100°
CMYK 0.420.140.00   0.00
XYZ54.993463.5016103.1245
Yxy63.50160.24810.2865
Hunter Lab79.6879-16.2692-20.9460
CIE-Lab83.7056-13.1257-24.5039

#93dafe color RGB value is (147,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011010 11111110
Octal 223 332 376
Decimal 147 218 254
Hex 93 DA FE

RGB Percentages of Color #93dafe

%23.75
%35.22
%41.03

CMYK Percentages of Color #93dafe

%42
%14
%0
%0

Triadic Colors of #93dafe

#93dafe #fe93da #dafe93

Analogous Colors of #93dafe

#93dafe #93a5fe #93feed

Monochromatic Colors of #93dafe

#93dafe

Complementary Color

#93dafe #feb793

#93dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#93dafe Color CSS Codes

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

#93dafe Text Font Color

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

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


#93dafe Background Color

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

This div background color is #93dafe


#93dafe Border Color

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

This div border color is #93dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93dafe

Related Colors


Comments

No comments written yet.

Please login to write comment.