Color Hex Logo

#93affc Color Hex

#93AFFC
(147,175,252)
0 Favorites   0 Comments

Color spaces of #93affc

RGB 147175252
HSL0.620.950.78
HSV224°42°99°
CMYK 0.420.310.00   0.01
XYZ44.933343.891398.1991
Yxy43.89130.24030.2347
Hunter Lab66.25055.1262-41.5066
CIE-Lab72.15589.5234-41.2393

#93affc color RGB value is (147,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101111 11111100
Octal 223 257 374
Decimal 147 175 252
Hex 93 AF FC

RGB Percentages of Color #93affc

%25.61
%30.49
%43.90

CMYK Percentages of Color #93affc

%42
%31
%0
%1

Triadic Colors of #93affc

#93affc #fc93af #affc93

Analogous Colors of #93affc

#93affc #ac93fc #93e4fc

Monochromatic Colors of #93affc

#93affc

Complementary Color

#93affc #fce093

#93affc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93affc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93affc Color CSS Codes

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

#93affc Text Font Color

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

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


#93affc Background Color

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

This div background color is #93affc


#93affc Border Color

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

This div border color is #93affc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93affc


Comments

No comments written yet.

Please login to write comment.