Color Hex Logo

#73abc4 Color Hex

#73ABC4
(115,171,196)
0 Favorites   0 Comments

Color spaces of #73abc4

RGB 115171196
HSL0.550.410.61
HSV199°41°77°
CMYK 0.410.130.00   0.23
XYZ31.596936.756257.6539
Yxy36.75620.25080.2917
Hunter Lab60.6269-13.0683-13.9437
CIE-Lab67.0937-11.7938-18.5378

#73abc4 color RGB value is (115,171,196).

#73abc4 hex color red value is 115, green value is 171 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #73abc4 hue: 0.55 , saturation: 0.41 and the lightness value of 73abc4 is 0.61.

The process color (four color CMYK) of #73abc4 color hex is 0.41, 0.13, 0.00, 0.23. Web safe color of #73abc4 is #6699cc. Color #73abc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101011 11000100
Octal 163 253 304
Decimal 115 171 196
Hex 73 AB C4

RGB Percentages of Color #73abc4

%23.86
%35.48
%40.66

CMYK Percentages of Color #73abc4

%41
%13
%0
%23

Triadic Colors of #73abc4

#73abc4 #c473ab #abc473

Analogous Colors of #73abc4

#73abc4 #7383c4 #73c4b5

Monochromatic Colors of #73abc4

#73abc4

Complementary Color

#73abc4 #c48c73

#73abc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73abc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73abc4 Color CSS Codes

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

#73abc4 Text Font Color

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

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


#73abc4 Background Color

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

This div background color is #73abc4


#73abc4 Border Color

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

This div border color is #73abc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73abc4


Comments

No comments written yet.

Please login to write comment.