Color Hex Logo

#73aaeb Color Hex

#73AAEB
(115,170,235)
0 Favorites   0 Comments

Color spaces of #73aaeb

RGB 115170235
HSL0.590.750.69
HSV213°51°92°
CMYK 0.510.280.00   0.08
XYZ36.440438.392484.0871
Yxy38.39240.22930.2416
Hunter Lab61.9616-3.4547-37.0884
CIE-Lab68.3088-0.1675-38.1331

#73aaeb color RGB value is (115,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101010 11101011
Octal 163 252 353
Decimal 115 170 235
Hex 73 AA EB

RGB Percentages of Color #73aaeb

%22.12
%32.69
%45.19

CMYK Percentages of Color #73aaeb

%51
%28
%0
%8

Triadic Colors of #73aaeb

#73aaeb #eb73aa #aaeb73

Analogous Colors of #73aaeb

#73aaeb #7873eb #73e6eb

Monochromatic Colors of #73aaeb

#73aaeb

Complementary Color

#73aaeb #ebb473

#73aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aaeb Color CSS Codes

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

#73aaeb Text Font Color

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

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


#73aaeb Background Color

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

This div background color is #73aaeb


#73aaeb Border Color

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

This div border color is #73aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aaeb


Comments

No comments written yet.

Please login to write comment.