Color Hex Logo

#73bcdf Color Hex

#73BCDF
(115,188,223)
0 Favorites   0 Comments

Color spaces of #73bcdf

RGB 115188223
HSL0.550.630.66
HSV199°48°87°
CMYK 0.480.160.00   0.13
XYZ38.372744.939076.4637
Yxy44.93900.24020.2813
Hunter Lab67.0366-15.1380-20.7022
CIE-Lab72.8517-13.4388-24.5787

#73bcdf color RGB value is (115,188,223).

#73bcdf hex color red value is 115, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #73bcdf hue: 0.55 , saturation: 0.63 and the lightness value of 73bcdf is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111100 11011111
Octal 163 274 337
Decimal 115 188 223
Hex 73 BC DF

RGB Percentages of Color #73bcdf

%21.86
%35.74
%42.40

CMYK Percentages of Color #73bcdf

%48
%16
%0
%13

Triadic Colors of #73bcdf

#73bcdf #df73bc #bcdf73

Analogous Colors of #73bcdf

#73bcdf #7386df #73dfcc

Monochromatic Colors of #73bcdf

#73bcdf

Complementary Color

#73bcdf #df9673

#73bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bcdf Color CSS Codes

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

#73bcdf Text Font Color

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

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


#73bcdf Background Color

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

This div background color is #73bcdf


#73bcdf Border Color

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

This div border color is #73bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bcdf


Comments

No comments written yet.

Please login to write comment.