Color Hex Logo

#73eafa Color Hex

#73EAFA
(115,234,250)
0 Favorites   0 Comments

Color spaces of #73eafa

RGB 115234250
HSL0.520.930.72
HSV187°54°98°
CMYK 0.540.060.00   0.02
XYZ53.748469.3926101.0038
Yxy69.39260.23980.3096
Hunter Lab83.3022-30.6068-13.5775
CIE-Lab86.6981-29.1926-17.9888

#73eafa color RGB value is (115,234,250).

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

The process color (four color CMYK) of #73eafa color hex is 0.54, 0.06, 0.00, 0.02. Web safe color of #73eafa is #66ffff. Color #73eafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101010 11111010
Octal 163 352 372
Decimal 115 234 250
Hex 73 EA FA

RGB Percentages of Color #73eafa

%19.20
%39.07
%41.74

CMYK Percentages of Color #73eafa

%54
%6
%0
%2

Triadic Colors of #73eafa

#73eafa #fa73ea #eafa73

Analogous Colors of #73eafa

#73eafa #73a7fa #73fac7

Monochromatic Colors of #73eafa

#73eafa

Complementary Color

#73eafa #fa8373

#73eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#73eafa Color CSS Codes

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

#73eafa Text Font Color

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

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


#73eafa Background Color

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

This div background color is #73eafa


#73eafa Border Color

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

This div border color is #73eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73eafa


Comments

No comments written yet.

Please login to write comment.