Color Hex Logo

#73aedd Color Hex

#73AEDD
(115,174,221)
0 Favorites   0 Comments

Color spaces of #73aedd

RGB 115174221
HSL0.570.610.66
HSV207°48°87°
CMYK 0.480.210.00   0.13
XYZ35.257439.137474.1026
Yxy39.13740.23740.2636
Hunter Lab62.5599-8.8811-26.4375
CIE-Lab68.8507-6.4770-29.6281

#73aedd color RGB value is (115,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101110 11011101
Octal 163 256 335
Decimal 115 174 221
Hex 73 AE DD

RGB Percentages of Color #73aedd

%22.55
%34.12
%43.33

CMYK Percentages of Color #73aedd

%48
%21
%0
%13

Triadic Colors of #73aedd

#73aedd #dd73ae #aedd73

Analogous Colors of #73aedd

#73aedd #7379dd #73ddd7

Monochromatic Colors of #73aedd

#73aedd

Complementary Color

#73aedd #dda273

#73aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aedd Color CSS Codes

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

#73aedd Text Font Color

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

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


#73aedd Background Color

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

This div background color is #73aedd


#73aedd Border Color

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

This div border color is #73aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aedd


Comments

No comments written yet.

Please login to write comment.