Color Hex Logo

#73aec0 Color Hex

#73AEC0
(115,174,192)
0 Favorites   0 Comments

Color spaces of #73aec0

RGB 115174192
HSL0.540.380.60
HSV194°40°75°
CMYK 0.400.090.00   0.25
XYZ31.720737.722755.4785
Yxy37.72270.25390.3020
Hunter Lab61.4188-15.2938-10.5624
CIE-Lab67.8157-14.4542-15.2318

#73aec0 color RGB value is (115,174,192).

#73aec0 hex color red value is 115, green value is 174 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #73aec0 hue: 0.54 , saturation: 0.38 and the lightness value of 73aec0 is 0.60.

The process color (four color CMYK) of #73aec0 color hex is 0.40, 0.09, 0.00, 0.25. Web safe color of #73aec0 is #6699cc. Color #73aec0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101110 11000000
Octal 163 256 300
Decimal 115 174 192
Hex 73 AE C0

RGB Percentages of Color #73aec0

%23.91
%36.17
%39.92

CMYK Percentages of Color #73aec0

%40
%9
%0
%25

Triadic Colors of #73aec0

#73aec0 #c073ae #aec073

Analogous Colors of #73aec0

#73aec0 #7388c0 #73c0ac

Monochromatic Colors of #73aec0

#73aec0

Complementary Color

#73aec0 #c08573

#73aec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aec0 Color CSS Codes

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

#73aec0 Text Font Color

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

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


#73aec0 Background Color

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

This div background color is #73aec0


#73aec0 Border Color

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

This div border color is #73aec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aec0


Comments

No comments written yet.

Please login to write comment.