Color Hex Logo

#73abbe Color Hex

#73ABBE
(115,171,190)
0 Favorites   0 Comments

Color spaces of #73abbe

RGB 115171190
HSL0.540.370.60
HSV195°39°75°
CMYK 0.390.100.00   0.25
XYZ30.927436.488454.1281
Yxy36.48840.25450.3002
Hunter Lab60.4056-14.3187-10.8445
CIE-Lab66.8914-13.3857-15.5187

#73abbe color RGB value is (115,171,190).

#73abbe hex color red value is 115, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #73abbe hue: 0.54 , saturation: 0.37 and the lightness value of 73abbe is 0.60.

The process color (four color CMYK) of #73abbe color hex is 0.39, 0.10, 0.00, 0.25. Web safe color of #73abbe is #6699cc. Color #73abbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101011 10111110
Octal 163 253 276
Decimal 115 171 190
Hex 73 AB BE

RGB Percentages of Color #73abbe

%24.16
%35.92
%39.92

CMYK Percentages of Color #73abbe

%39
%10
%0
%25

Triadic Colors of #73abbe

#73abbe #be73ab #abbe73

Analogous Colors of #73abbe

#73abbe #7386be #73beac

Monochromatic Colors of #73abbe

#73abbe

Complementary Color

#73abbe #be8673

#73abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#73abbe Color CSS Codes

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

#73abbe Text Font Color

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

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


#73abbe Background Color

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

This div background color is #73abbe


#73abbe Border Color

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

This div border color is #73abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73abbe


Comments

No comments written yet.

Please login to write comment.