Color Hex Logo

#73aedb Color Hex

#73AEDB
(115,174,219)
0 Favorites   0 Comments

Color spaces of #73aedb

RGB 115174219
HSL0.570.590.65
HSV206°47°86°
CMYK 0.470.210.00   0.14
XYZ34.992539.031472.7073
Yxy39.03140.23850.2660
Hunter Lab62.4751-9.3531-25.2679
CIE-Lab68.7740-7.0485-28.6491

#73aedb color RGB value is (115,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101110 11011011
Octal 163 256 333
Decimal 115 174 219
Hex 73 AE DB

RGB Percentages of Color #73aedb

%22.64
%34.25
%43.11

CMYK Percentages of Color #73aedb

%47
%21
%0
%14

Triadic Colors of #73aedb

#73aedb #db73ae #aedb73

Analogous Colors of #73aedb

#73aedb #737adb #73dbd4

Monochromatic Colors of #73aedb

#73aedb

Complementary Color

#73aedb #dba073

#73aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aedb Color CSS Codes

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

#73aedb Text Font Color

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

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


#73aedb Background Color

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

This div background color is #73aedb


#73aedb Border Color

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

This div border color is #73aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aedb


Comments

No comments written yet.

Please login to write comment.