Color Hex Logo

#73afb7 Color Hex

#73AFB7
(115,175,183)
1 Favorites   0 Comments

Color spaces of #73afb7

RGB 115175183
HSL0.520.320.58
HSV187°37°72°
CMYK 0.370.040.00   0.28
XYZ30.947437.723750.4500
Yxy37.72370.25980.3167
Hunter Lab61.4196-17.5438-5.7070
CIE-Lab67.8165-17.2989-10.2506

#73afb7 color RGB value is (115,175,183).

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

The process color (four color CMYK) of #73afb7 color hex is 0.37, 0.04, 0.00, 0.28. Web safe color of #73afb7 is #6699cc. Color #73afb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101111 10110111
Octal 163 257 267
Decimal 115 175 183
Hex 73 AF B7

RGB Percentages of Color #73afb7

%24.31
%37.00
%38.69

CMYK Percentages of Color #73afb7

%37
%4
%0
%28

Triadic Colors of #73afb7

#73afb7 #b773af #afb773

Analogous Colors of #73afb7

#73afb7 #738db7 #73b79d

Monochromatic Colors of #73afb7

#73afb7

Complementary Color

#73afb7 #b77b73

#73afb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73afb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73afb7 Color CSS Codes

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

#73afb7 Text Font Color

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

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


#73afb7 Background Color

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

This div background color is #73afb7


#73afb7 Border Color

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

This div border color is #73afb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73afb7

#73afb7 Color Palettes


Comments

No comments written yet.

Please login to write comment.