Color Hex Logo

#73bfdb Color Hex

#73BFDB
(115,191,219)
0 Favorites   0 Comments

Color spaces of #73bfdb

RGB 115191219
HSL0.540.590.65
HSV196°47°86°
CMYK 0.470.130.00   0.14
XYZ38.487246.020973.8723
Yxy46.02090.24300.2906
Hunter Lab67.8387-17.4486-17.0762
CIE-Lab73.5591-16.1207-21.3277

#73bfdb color RGB value is (115,191,219).

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

The process color (four color CMYK) of #73bfdb color hex is 0.47, 0.13, 0.00, 0.14. Web safe color of #73bfdb is #66cccc. Color #73bfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111111 11011011
Octal 163 277 333
Decimal 115 191 219
Hex 73 BF DB

RGB Percentages of Color #73bfdb

%21.90
%36.38
%41.71

CMYK Percentages of Color #73bfdb

%47
%13
%0
%14

Triadic Colors of #73bfdb

#73bfdb #db73bf #bfdb73

Analogous Colors of #73bfdb

#73bfdb #738bdb #73dbc3

Monochromatic Colors of #73bfdb

#73bfdb

Complementary Color

#73bfdb #db8f73

#73bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bfdb Color CSS Codes

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

#73bfdb Text Font Color

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

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


#73bfdb Background Color

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

This div background color is #73bfdb


#73bfdb Border Color

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

This div border color is #73bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bfdb


Comments

No comments written yet.

Please login to write comment.