Color Hex Logo

#73bcda Color Hex

#73BCDA
(115,188,218)
0 Favorites   0 Comments

Color spaces of #73bcda

RGB 115188218
HSL0.550.580.65
HSV197°47°85°
CMYK 0.470.140.00   0.15
XYZ37.708344.673272.9650
Yxy44.67320.24270.2876
Hunter Lab66.8380-16.2614-17.9385
CIE-Lab72.6762-14.8275-22.1275

#73bcda color RGB value is (115,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111100 11011010
Octal 163 274 332
Decimal 115 188 218
Hex 73 BC DA

RGB Percentages of Color #73bcda

%22.07
%36.08
%41.84

CMYK Percentages of Color #73bcda

%47
%14
%0
%15

Triadic Colors of #73bcda

#73bcda #da73bc #bcda73

Analogous Colors of #73bcda

#73bcda #7389da #73dac5

Monochromatic Colors of #73bcda

#73bcda

Complementary Color

#73bcda #da9173

#73bcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bcda Color CSS Codes

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

#73bcda Text Font Color

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

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


#73bcda Background Color

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

This div background color is #73bcda


#73bcda Border Color

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

This div border color is #73bcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bcda


Comments

No comments written yet.

Please login to write comment.