Color Hex Logo

#73afbe Color Hex

#73AFBE
(115,175,190)
0 Favorites   0 Comments

Color spaces of #73afbe

RGB 115175190
HSL0.530.370.60
HSV192°39°75°
CMYK 0.390.080.00   0.25
XYZ31.694538.022554.3838
Yxy38.02250.25540.3064
Hunter Lab61.6624-16.1601-9.1278
CIE-Lab68.0372-15.5043-13.7923

#73afbe color RGB value is (115,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101111 10111110
Octal 163 257 276
Decimal 115 175 190
Hex 73 AF BE

RGB Percentages of Color #73afbe

%23.96
%36.46
%39.58

CMYK Percentages of Color #73afbe

%39
%8
%0
%25

Triadic Colors of #73afbe

#73afbe #be73af #afbe73

Analogous Colors of #73afbe

#73afbe #738abe #73bea8

Monochromatic Colors of #73afbe

#73afbe

Complementary Color

#73afbe #be8273

#73afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#73afbe Color CSS Codes

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

#73afbe Text Font Color

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

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


#73afbe Background Color

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

This div background color is #73afbe


#73afbe Border Color

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

This div border color is #73afbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,175,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 #73afbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73afbe


Comments

No comments written yet.

Please login to write comment.