Color Hex Logo

#73abeb Color Hex

#73ABEB
(115,171,235)
0 Favorites   0 Comments

Color spaces of #73abeb

RGB 115171235
HSL0.590.750.69
HSV212°51°92°
CMYK 0.510.270.00   0.08
XYZ36.628538.768884.1499
Yxy38.76880.22960.2430
Hunter Lab62.2646-3.9565-36.5445
CIE-Lab68.5835-0.7273-37.7052

#73abeb color RGB value is (115,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101011 11101011
Octal 163 253 353
Decimal 115 171 235
Hex 73 AB EB

RGB Percentages of Color #73abeb

%22.07
%32.82
%45.11

CMYK Percentages of Color #73abeb

%51
%27
%0
%8

Triadic Colors of #73abeb

#73abeb #eb73ab #abeb73

Analogous Colors of #73abeb

#73abeb #7773eb #73e7eb

Monochromatic Colors of #73abeb

#73abeb

Complementary Color

#73abeb #ebb373

#73abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73abeb Color CSS Codes

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

#73abeb Text Font Color

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

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


#73abeb Background Color

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

This div background color is #73abeb


#73abeb Border Color

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

This div border color is #73abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73abeb


Comments

No comments written yet.

Please login to write comment.