Color Hex Logo

#73bfda Color Hex

#73BFDA
(115,191,218)
0 Favorites   0 Comments

Color spaces of #73bfda

RGB 115191218
HSL0.540.580.65
HSV196°47°85°
CMYK 0.470.120.00   0.15
XYZ38.355945.968473.1809
Yxy45.96840.24350.2919
Hunter Lab67.8000-17.6688-16.5355
CIE-Lab73.5250-16.3949-20.8365

#73bfda color RGB value is (115,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111111 11011010
Octal 163 277 332
Decimal 115 191 218
Hex 73 BF DA

RGB Percentages of Color #73bfda

%21.95
%36.45
%41.60

CMYK Percentages of Color #73bfda

%47
%12
%0
%15

Triadic Colors of #73bfda

#73bfda #da73bf #bfda73

Analogous Colors of #73bfda

#73bfda #738cda #73dac2

Monochromatic Colors of #73bfda

#73bfda

Complementary Color

#73bfda #da8e73

#73bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bfda Color CSS Codes

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

#73bfda Text Font Color

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

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


#73bfda Background Color

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

This div background color is #73bfda


#73bfda Border Color

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

This div border color is #73bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bfda


Comments

No comments written yet.

Please login to write comment.