Color Hex Logo

#73faca Color Hex

#73FACA
(115,250,202)
0 Favorites   0 Comments

Color spaces of #73faca

RGB 115250202
HSL0.440.930.72
HSV159°54°98°
CMYK 0.540.000.19   0.02
XYZ51.916576.280367.8644
Yxy76.28030.26480.3891
Hunter Lab87.3386-46.737215.0671
CIE-Lab89.9893-48.130711.8998

#73faca color RGB value is (115,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111010 11001010
Octal 163 372 312
Decimal 115 250 202
Hex 73 FA CA

RGB Percentages of Color #73faca

%20.28
%44.09
%35.63

CMYK Percentages of Color #73faca

%54
%0
%19
%2

Triadic Colors of #73faca

#73faca #ca73fa #faca73

Analogous Colors of #73faca

#73faca #73e7fa #73fa87

Monochromatic Colors of #73faca

#73faca

Complementary Color

#73faca #fa73a3

#73faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#73faca Color CSS Codes

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

#73faca Text Font Color

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

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


#73faca Background Color

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

This div background color is #73faca


#73faca Border Color

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

This div border color is #73faca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73faca


Comments

No comments written yet.

Please login to write comment.