Color Hex Logo

#73abda Color Hex

#73ABDA
(115,171,218)
0 Favorites   0 Comments

Color spaces of #73abda

RGB 115171218
HSL0.580.580.65
HSV207°47°85°
CMYK 0.470.220.00   0.15
XYZ34.288037.832671.8249
Yxy37.83260.23820.2628
Hunter Lab61.5082-8.1338-26.1789
CIE-Lab67.8971-5.6898-29.4511

#73abda color RGB value is (115,171,218).

#73abda hex color red value is 115, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #73abda hue: 0.58 , saturation: 0.58 and the lightness value of 73abda is 0.65.

The process color (four color CMYK) of #73abda color hex is 0.47, 0.22, 0.00, 0.15. Web safe color of #73abda is #6699cc. Color #73abda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101011 11011010
Octal 163 253 332
Decimal 115 171 218
Hex 73 AB DA

RGB Percentages of Color #73abda

%22.82
%33.93
%43.25

CMYK Percentages of Color #73abda

%47
%22
%0
%15

Triadic Colors of #73abda

#73abda #da73ab #abda73

Analogous Colors of #73abda

#73abda #7378da #73dad6

Monochromatic Colors of #73abda

#73abda

Complementary Color

#73abda #daa273

#73abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#73abda Color CSS Codes

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

#73abda Text Font Color

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

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


#73abda Background Color

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

This div background color is #73abda


#73abda Border Color

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

This div border color is #73abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73abda


Comments

No comments written yet.

Please login to write comment.