Color Hex Logo

#73aeda Color Hex

#73AEDA
(115,174,218)
0 Favorites   0 Comments

Color spaces of #73aeda

RGB 115174218
HSL0.570.580.65
HSV206°47°85°
CMYK 0.470.200.00   0.15
XYZ34.861238.978972.0160
Yxy38.97890.23900.2672
Hunter Lab62.4331-9.5876-24.6873
CIE-Lab68.7360-7.3334-28.1589

#73aeda color RGB value is (115,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101110 11011010
Octal 163 256 332
Decimal 115 174 218
Hex 73 AE DA

RGB Percentages of Color #73aeda

%22.68
%34.32
%43.00

CMYK Percentages of Color #73aeda

%47
%20
%0
%15

Triadic Colors of #73aeda

#73aeda #da73ae #aeda73

Analogous Colors of #73aeda

#73aeda #737bda #73dad3

Monochromatic Colors of #73aeda

#73aeda

Complementary Color

#73aeda #da9f73

#73aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aeda Color CSS Codes

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

#73aeda Text Font Color

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

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


#73aeda Background Color

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

This div background color is #73aeda


#73aeda Border Color

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

This div border color is #73aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aeda


Comments

No comments written yet.

Please login to write comment.