Color Hex Logo

#73aced Color Hex

#73ACED
(115,172,237)
0 Favorites   0 Comments

Color spaces of #73aced

RGB 115172237
HSL0.590.770.69
HSV212°51°93°
CMYK 0.510.270.00   0.07
XYZ37.108839.264385.7437
Yxy39.26430.22890.2422
Hunter Lab62.6612-3.9471-37.2677
CIE-Lab68.9423-0.6905-38.2381

#73aced color RGB value is (115,172,237).

#73aced hex color red value is 115, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #73aced hue: 0.59 , saturation: 0.77 and the lightness value of 73aced is 0.69.

The process color (four color CMYK) of #73aced color hex is 0.51, 0.27, 0.00, 0.07. Web safe color of #73aced is #6699ff. Color #73aced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101100 11101101
Octal 163 254 355
Decimal 115 172 237
Hex 73 AC ED

RGB Percentages of Color #73aced

%21.95
%32.82
%45.23

CMYK Percentages of Color #73aced

%51
%27
%0
%7

Triadic Colors of #73aced

#73aced #ed73ac #aced73

Analogous Colors of #73aced

#73aced #7773ed #73e9ed

Monochromatic Colors of #73aced

#73aced

Complementary Color

#73aced #edb473

#73aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aced Color CSS Codes

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

#73aced Text Font Color

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

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


#73aced Background Color

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

This div background color is #73aced


#73aced Border Color

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

This div border color is #73aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aced


Comments

No comments written yet.

Please login to write comment.