Color Hex Logo

#73adea Color Hex

#73ADEA
(115,173,234)
0 Favorites   0 Comments

Color spaces of #73adea

RGB 115173234
HSL0.590.740.68
HSV211°51°92°
CMYK 0.510.260.00   0.08
XYZ36.865139.472583.5179
Yxy39.47250.23060.2469
Hunter Lab62.8271-5.2090-34.8369
CIE-Lab69.0922-2.1382-36.3675

#73adea color RGB value is (115,173,234).

#73adea hex color red value is 115, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #73adea hue: 0.59 , saturation: 0.74 and the lightness value of 73adea is 0.68.

The process color (four color CMYK) of #73adea color hex is 0.51, 0.26, 0.00, 0.08. Web safe color of #73adea is #6699ff. Color #73adea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101101 11101010
Octal 163 255 352
Decimal 115 173 234
Hex 73 AD EA

RGB Percentages of Color #73adea

%22.03
%33.14
%44.83

CMYK Percentages of Color #73adea

%51
%26
%0
%8

Triadic Colors of #73adea

#73adea #ea73ad #adea73

Analogous Colors of #73adea

#73adea #7573ea #73e9ea

Monochromatic Colors of #73adea

#73adea

Complementary Color

#73adea #eab073

#73adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#73adea Color CSS Codes

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

#73adea Text Font Color

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

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


#73adea Background Color

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

This div background color is #73adea


#73adea Border Color

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

This div border color is #73adea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73adea


Comments

No comments written yet.

Please login to write comment.