Color Hex Logo

#73adee Color Hex

#73ADEE
(115,173,238)
0 Favorites   0 Comments

Color spaces of #73adee

RGB 115173238
HSL0.590.780.69
HSV212°52°93°
CMYK 0.520.270.00   0.07
XYZ37.446439.705086.5791
Yxy39.70500.22870.2425
Hunter Lab63.0119-4.1927-37.3568
CIE-Lab69.2589-0.9503-38.2901

#73adee color RGB value is (115,173,238).

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

The process color (four color CMYK) of #73adee color hex is 0.52, 0.27, 0.00, 0.07. Web safe color of #73adee is #6699ff. Color #73adee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101101 11101110
Octal 163 255 356
Decimal 115 173 238
Hex 73 AD EE

RGB Percentages of Color #73adee

%21.86
%32.89
%45.25

CMYK Percentages of Color #73adee

%52
%27
%0
%7

Triadic Colors of #73adee

#73adee #ee73ad #adee73

Analogous Colors of #73adee

#73adee #7773ee #73ebee

Monochromatic Colors of #73adee

#73adee

Complementary Color

#73adee #eeb473

#73adee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73adee Color Preview on White Background

Lorem ipsum dolor sit amet.

#73adee Color CSS Codes

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

#73adee Text Font Color

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

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


#73adee Background Color

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

This div background color is #73adee


#73adee Border Color

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

This div border color is #73adee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73adee


Comments

No comments written yet.

Please login to write comment.