Color Hex Logo

#73acde Color Hex

#73ACDE
(115,172,222)
0 Favorites   0 Comments

Color spaces of #73acde

RGB 115172222
HSL0.580.620.66
HSV208°48°87°
CMYK 0.480.230.00   0.13
XYZ35.007638.423874.6787
Yxy38.42380.23640.2594
Hunter Lab61.9869-7.6679-28.0387
CIE-Lab68.3318-5.0910-30.9774

#73acde color RGB value is (115,172,222).

#73acde hex color red value is 115, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #73acde hue: 0.58 , saturation: 0.62 and the lightness value of 73acde is 0.66.

The process color (four color CMYK) of #73acde color hex is 0.48, 0.23, 0.00, 0.13. Web safe color of #73acde is #6699cc. Color #73acde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101100 11011110
Octal 163 254 336
Decimal 115 172 222
Hex 73 AC DE

RGB Percentages of Color #73acde

%22.59
%33.79
%43.61

CMYK Percentages of Color #73acde

%48
%23
%0
%13

Triadic Colors of #73acde

#73acde #de73ac #acde73

Analogous Colors of #73acde

#73acde #7377de #73dedb

Monochromatic Colors of #73acde

#73acde

Complementary Color

#73acde #dea573

#73acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#73acde Color CSS Codes

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

#73acde Text Font Color

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

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


#73acde Background Color

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

This div background color is #73acde


#73acde Border Color

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

This div border color is #73acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73acde


Comments

No comments written yet.

Please login to write comment.