Color Hex Logo

#93dffe Color Hex

#93DFFE
(147,223,254)
0 Favorites   0 Comments

Color spaces of #93dffe

RGB 147223254
HSL0.550.980.79
HSV197°42°100°
CMYK 0.420.120.00   0.00
XYZ56.309766.1342103.5633
Yxy66.13420.24920.2926
Hunter Lab81.3229-18.7180-18.5787
CIE-Lab85.0648-15.6865-22.4386

#93dffe color RGB value is (147,223,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011111 11111110
Octal 223 337 376
Decimal 147 223 254
Hex 93 DF FE

RGB Percentages of Color #93dffe

%23.56
%35.74
%40.71

CMYK Percentages of Color #93dffe

%42
%12
%0
%0

Triadic Colors of #93dffe

#93dffe #fe93df #dffe93

Analogous Colors of #93dffe

#93dffe #93aafe #93fee8

Monochromatic Colors of #93dffe

#93dffe

Complementary Color

#93dffe #feb293

#93dffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93dffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#93dffe Color CSS Codes

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

#93dffe Text Font Color

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

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


#93dffe Background Color

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

This div background color is #93dffe


#93dffe Border Color

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

This div border color is #93dffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93dffe

Related Colors


Comments

No comments written yet.

Please login to write comment.