Color Hex Logo

#73acfe Color Hex

#73ACFE
(115,172,254)
0 Favorites   0 Comments

Color spaces of #73acfe

RGB 115172254
HSL0.600.990.72
HSV215°55°100°
CMYK 0.550.320.00   0.00
XYZ39.712140.305699.4526
Yxy40.30560.22130.2246
Hunter Lab63.48670.5533-48.4378
CIE-Lab69.68664.4543-46.3152

#73acfe color RGB value is (115,172,254).

#73acfe hex color red value is 115, green value is 172 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #73acfe hue: 0.60 , saturation: 0.99 and the lightness value of 73acfe is 0.72.

The process color (four color CMYK) of #73acfe color hex is 0.55, 0.32, 0.00, 0.00. Web safe color of #73acfe is #6699ff. Color #73acfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101100 11111110
Octal 163 254 376
Decimal 115 172 254
Hex 73 AC FE

RGB Percentages of Color #73acfe

%21.26
%31.79
%46.95

CMYK Percentages of Color #73acfe

%55
%32
%0
%0

Triadic Colors of #73acfe

#73acfe #fe73ac #acfe73

Analogous Colors of #73acfe

#73acfe #8073fe #73f2fe

Monochromatic Colors of #73acfe

#73acfe

Complementary Color

#73acfe #fec573

#73acfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73acfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#73acfe Color CSS Codes

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

#73acfe Text Font Color

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

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


#73acfe Background Color

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

This div background color is #73acfe


#73acfe Border Color

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

This div border color is #73acfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73acfe

Related Colors


Comments

No comments written yet.

Please login to write comment.