Color Hex Logo

#93affe Color Hex

#93AFFE
(147,175,254)
0 Favorites   0 Comments

Color spaces of #93affe

RGB 147175254
HSL0.620.980.79
HSV224°42°100°
CMYK 0.420.310.00   0.00
XYZ45.252044.018799.8774
Yxy44.01870.23920.2327
Hunter Lab66.34665.6402-42.8119
CIE-Lab72.241010.0748-42.1870

#93affe color RGB value is (147,175,254).

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

The process color (four color CMYK) of #93affe color hex is 0.42, 0.31, 0.00, 0.00. Web safe color of #93affe is #9999ff. Color #93affe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101111 11111110
Octal 223 257 376
Decimal 147 175 254
Hex 93 AF FE

RGB Percentages of Color #93affe

%25.52
%30.38
%44.10

CMYK Percentages of Color #93affe

%42
%31
%0
%0

Triadic Colors of #93affe

#93affe #fe93af #affe93

Analogous Colors of #93affe

#93affe #ad93fe #93e5fe

Monochromatic Colors of #93affe

#93affe

Complementary Color

#93affe #fee293

#93affe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93affe Color Preview on White Background

Lorem ipsum dolor sit amet.

#93affe Color CSS Codes

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

#93affe Text Font Color

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

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


#93affe Background Color

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

This div background color is #93affe


#93affe Border Color

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

This div border color is #93affe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93affe


Comments

No comments written yet.

Please login to write comment.