Color Hex Logo

#73afbf Color Hex

#73AFBF
(115,175,191)
0 Favorites   0 Comments

Color spaces of #73afbf

RGB 115175191
HSL0.540.370.60
HSV193°40°75°
CMYK 0.400.080.00   0.25
XYZ31.804238.066454.9615
Yxy38.06640.25480.3049
Hunter Lab61.6980-15.9579-9.6279
CIE-Lab68.0695-15.2441-14.2965

#73afbf color RGB value is (115,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101111 10111111
Octal 163 257 277
Decimal 115 175 191
Hex 73 AF BF

RGB Percentages of Color #73afbf

%23.91
%36.38
%39.71

CMYK Percentages of Color #73afbf

%40
%8
%0
%25

Triadic Colors of #73afbf

#73afbf #bf73af #afbf73

Analogous Colors of #73afbf

#73afbf #7389bf #73bfa9

Monochromatic Colors of #73afbf

#73afbf

Complementary Color

#73afbf #bf8373

#73afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73afbf Color CSS Codes

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

#73afbf Text Font Color

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

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


#73afbf Background Color

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

This div background color is #73afbf


#73afbf Border Color

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

This div border color is #73afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73afbf


Comments

No comments written yet.

Please login to write comment.