Color Hex Logo

#93fadc Color Hex

#93FADC
(147,250,220)
0 Favorites   0 Comments

Color spaces of #93fadc

RGB 147250220
HSL0.450.910.78
HSV163°41°98°
CMYK 0.410.000.12   0.02
XYZ59.136579.741679.9850
Yxy79.74160.27020.3643
Hunter Lab89.2982-38.06259.4022
CIE-Lab91.5688-36.80825.0040

#93fadc color RGB value is (147,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11111010 11011100
Octal 223 372 334
Decimal 147 250 220
Hex 93 FA DC

RGB Percentages of Color #93fadc

%23.82
%40.52
%35.66

CMYK Percentages of Color #93fadc

%41
%0
%12
%2

Triadic Colors of #93fadc

#93fadc #dc93fa #fadc93

Analogous Colors of #93fadc

#93fadc #93e5fa #93faa9

Monochromatic Colors of #93fadc

#93fadc

Complementary Color

#93fadc #fa93b1

#93fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93fadc Color CSS Codes

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

#93fadc Text Font Color

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

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


#93fadc Background Color

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

This div background color is #93fadc


#93fadc Border Color

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

This div border color is #93fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93fadc


Comments

No comments written yet.

Please login to write comment.