Color Hex Logo

#73aeeb Color Hex

#73AEEB
(115,174,235)
0 Favorites   0 Comments

Color spaces of #73aeeb

RGB 115174235
HSL0.580.750.69
HSV211°51°92°
CMYK 0.510.260.00   0.08
XYZ37.201739.915184.3409
Yxy39.91510.23040.2472
Hunter Lab63.1784-5.4550-34.9251
CIE-Lab69.4090-2.3975-36.4206

#73aeeb color RGB value is (115,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101110 11101011
Octal 163 256 353
Decimal 115 174 235
Hex 73 AE EB

RGB Percentages of Color #73aeeb

%21.95
%33.21
%44.85

CMYK Percentages of Color #73aeeb

%51
%26
%0
%8

Triadic Colors of #73aeeb

#73aeeb #eb73ae #aeeb73

Analogous Colors of #73aeeb

#73aeeb #7473eb #73eaeb

Monochromatic Colors of #73aeeb

#73aeeb

Complementary Color

#73aeeb #ebb073

#73aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aeeb Color CSS Codes

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

#73aeeb Text Font Color

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

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


#73aeeb Background Color

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

This div background color is #73aeeb


#73aeeb Border Color

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

This div border color is #73aeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,174,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 #73aeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aeeb


Comments

No comments written yet.

Please login to write comment.