Color Hex Logo

#73bdda Color Hex

#73BDDA
(115,189,218)
0 Favorites   0 Comments

Color spaces of #73bdda

RGB 115189218
HSL0.550.580.65
HSV197°47°85°
CMYK 0.470.130.00   0.15
XYZ37.922745.102073.0365
Yxy45.10200.24300.2890
Hunter Lab67.1580-16.7314-17.4692
CIE-Lab72.9590-15.3515-21.6971

#73bdda color RGB value is (115,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111101 11011010
Octal 163 275 332
Decimal 115 189 218
Hex 73 BD DA

RGB Percentages of Color #73bdda

%22.03
%36.21
%41.76

CMYK Percentages of Color #73bdda

%47
%13
%0
%15

Triadic Colors of #73bdda

#73bdda #da73bd #bdda73

Analogous Colors of #73bdda

#73bdda #738ada #73dac4

Monochromatic Colors of #73bdda

#73bdda

Complementary Color

#73bdda #da9073

#73bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bdda Color CSS Codes

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

#73bdda Text Font Color

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

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


#73bdda Background Color

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

This div background color is #73bdda


#73bdda Border Color

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

This div border color is #73bdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bdda


Comments

No comments written yet.

Please login to write comment.