Color Hex Logo

#93facc Color Hex

#93FACC
(147,250,204)
0 Favorites   0 Comments

Color spaces of #93facc

RGB 147250204
HSL0.430.910.78
HSV153°41°98°
CMYK 0.410.000.18   0.02
XYZ57.117378.933969.3521
Yxy78.93390.27810.3843
Hunter Lab88.8448-40.722715.9096
CIE-Lab91.2044-40.152012.7553

#93facc color RGB value is (147,250,204).

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

The process color (four color CMYK) of #93facc color hex is 0.41, 0.00, 0.18, 0.02. Web safe color of #93facc is #99ffcc. Color #93facc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11111010 11001100
Octal 223 372 314
Decimal 147 250 204
Hex 93 FA CC

RGB Percentages of Color #93facc

%24.46
%41.60
%33.94

CMYK Percentages of Color #93facc

%41
%0
%18
%2

Triadic Colors of #93facc

#93facc #cc93fa #facc93

Analogous Colors of #93facc

#93facc #93f5fa #93fa99

Monochromatic Colors of #93facc

#93facc

Complementary Color

#93facc #fa93c1

#93facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93facc Color CSS Codes

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

#93facc Text Font Color

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

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


#93facc Background Color

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

This div background color is #93facc


#93facc Border Color

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

This div border color is #93facc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93facc


Comments

No comments written yet.

Please login to write comment.