Color Hex Logo

#73facc Color Hex

#73FACC
(115,250,204)
0 Favorites   0 Comments

Color spaces of #73facc

RGB 115250204
HSL0.440.930.72
HSV160°54°98°
CMYK 0.540.000.18   0.02
XYZ52.154976.375769.1199
Yxy76.37570.26390.3864
Hunter Lab87.3932-46.412114.2823
CIE-Lab90.0335-47.696510.9288

#73facc color RGB value is (115,250,204).

#73facc hex color red value is 115, green value is 250 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #73facc hue: 0.44 , saturation: 0.93 and the lightness value of 73facc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111010 11001100
Octal 163 372 314
Decimal 115 250 204
Hex 73 FA CC

RGB Percentages of Color #73facc

%20.21
%43.94
%35.85

CMYK Percentages of Color #73facc

%54
%0
%18
%2

Triadic Colors of #73facc

#73facc #cc73fa #facc73

Analogous Colors of #73facc

#73facc #73e5fa #73fa89

Monochromatic Colors of #73facc

#73facc

Complementary Color

#73facc #fa73a1

#73facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73facc Color CSS Codes

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

#73facc Text Font Color

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

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


#73facc Background Color

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

This div background color is #73facc


#73facc Border Color

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

This div border color is #73facc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,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 #73facc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73facc


Comments

No comments written yet.

Please login to write comment.