Color Hex Logo

#73afb4 Color Hex

#73AFB4
(115,175,180)
0 Favorites   0 Comments

Color spaces of #73afb4

RGB 115175180
HSL0.510.300.58
HSV185°36°71°
CMYK 0.360.030.00   0.29
XYZ30.638437.600148.8227
Yxy37.60010.26170.3212
Hunter Lab61.3189-18.1194-4.2840
CIE-Lab67.7248-18.0526-8.7264

#73afb4 color RGB value is (115,175,180).

#73afb4 hex color red value is 115, green value is 175 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #73afb4 hue: 0.51 , saturation: 0.30 and the lightness value of 73afb4 is 0.58.

The process color (four color CMYK) of #73afb4 color hex is 0.36, 0.03, 0.00, 0.29. Web safe color of #73afb4 is #6699cc. Color #73afb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101111 10110100
Octal 163 257 264
Decimal 115 175 180
Hex 73 AF B4

RGB Percentages of Color #73afb4

%24.47
%37.23
%38.30

CMYK Percentages of Color #73afb4

%36
%3
%0
%29

Triadic Colors of #73afb4

#73afb4 #b473af #afb473

Analogous Colors of #73afb4

#73afb4 #738fb4 #73b499

Monochromatic Colors of #73afb4

#73afb4

Complementary Color

#73afb4 #b47873

#73afb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73afb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73afb4 Color CSS Codes

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

#73afb4 Text Font Color

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

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


#73afb4 Background Color

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

This div background color is #73afb4


#73afb4 Border Color

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

This div border color is #73afb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73afb4


Comments

No comments written yet.

Please login to write comment.