Color Hex Logo

#73abbf Color Hex

#73ABBF
(115,171,191)
0 Favorites   0 Comments

Color spaces of #73abbf

RGB 115171191
HSL0.540.370.60
HSV196°40°75°
CMYK 0.400.100.00   0.25
XYZ31.037136.532254.7058
Yxy36.53220.25380.2988
Hunter Lab60.4419-14.1129-11.3539
CIE-Lab66.9246-13.1225-16.0232

#73abbf color RGB value is (115,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101011 10111111
Octal 163 253 277
Decimal 115 171 191
Hex 73 AB BF

RGB Percentages of Color #73abbf

%24.11
%35.85
%40.04

CMYK Percentages of Color #73abbf

%40
%10
%0
%25

Triadic Colors of #73abbf

#73abbf #bf73ab #abbf73

Analogous Colors of #73abbf

#73abbf #7385bf #73bfad

Monochromatic Colors of #73abbf

#73abbf

Complementary Color

#73abbf #bf8773

#73abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73abbf Color CSS Codes

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

#73abbf Text Font Color

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

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


#73abbf Background Color

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

This div background color is #73abbf


#73abbf Border Color

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

This div border color is #73abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73abbf


Comments

No comments written yet.

Please login to write comment.