Color Hex Logo

#73aedc Color Hex

#73AEDC
(115,174,220)
0 Favorites   0 Comments

Color spaces of #73aedc

RGB 115174220
HSL0.570.600.66
HSV206°48°86°
CMYK 0.480.210.00   0.14
XYZ35.124639.084273.4029
Yxy39.08420.23800.2648
Hunter Lab62.5174-9.1174-25.8514
CIE-Lab68.8122-6.7628-29.1390

#73aedc color RGB value is (115,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101110 11011100
Octal 163 256 334
Decimal 115 174 220
Hex 73 AE DC

RGB Percentages of Color #73aedc

%22.59
%34.18
%43.22

CMYK Percentages of Color #73aedc

%48
%21
%0
%14

Triadic Colors of #73aedc

#73aedc #dc73ae #aedc73

Analogous Colors of #73aedc

#73aedc #737adc #73dcd6

Monochromatic Colors of #73aedc

#73aedc

Complementary Color

#73aedc #dca173

#73aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aedc Color CSS Codes

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

#73aedc Text Font Color

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

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


#73aedc Background Color

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

This div background color is #73aedc


#73aedc Border Color

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

This div border color is #73aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aedc


Comments

No comments written yet.

Please login to write comment.