Color Hex Logo

#73bbdb Color Hex

#73BBDB
(115,187,219)
0 Favorites   0 Comments

Color spaces of #73bbdb

RGB 115187219
HSL0.550.590.65
HSV198°47°86°
CMYK 0.470.150.00   0.14
XYZ37.626744.300073.5854
Yxy44.30000.24200.2849
Hunter Lab66.5582-15.5673-18.9590
CIE-Lab72.4286-14.0253-23.0491

#73bbdb color RGB value is (115,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111011 11011011
Octal 163 273 333
Decimal 115 187 219
Hex 73 BB DB

RGB Percentages of Color #73bbdb

%22.07
%35.89
%42.03

CMYK Percentages of Color #73bbdb

%47
%15
%0
%14

Triadic Colors of #73bbdb

#73bbdb #db73bb #bbdb73

Analogous Colors of #73bbdb

#73bbdb #7387db #73dbc7

Monochromatic Colors of #73bbdb

#73bbdb

Complementary Color

#73bbdb #db9373

#73bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bbdb Color CSS Codes

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

#73bbdb Text Font Color

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

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


#73bbdb Background Color

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

This div background color is #73bbdb


#73bbdb Border Color

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

This div border color is #73bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bbdb

#73bbdb Color Palettes


Comments

No comments written yet.

Please login to write comment.