Color Hex Logo

#73bbd9 Color Hex

#73BBD9
(115,187,217)
0 Favorites   0 Comments

Color spaces of #73bbd9

RGB 115187217
HSL0.550.570.65
HSV198°47°85°
CMYK 0.470.140.00   0.15
XYZ37.364944.195272.2068
Yxy44.19520.24300.2874
Hunter Lab66.4795-16.0128-17.8623
CIE-Lab72.3588-14.5780-22.0665

#73bbd9 color RGB value is (115,187,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111011 11011001
Octal 163 273 331
Decimal 115 187 217
Hex 73 BB D9

RGB Percentages of Color #73bbd9

%22.16
%36.03
%41.81

CMYK Percentages of Color #73bbd9

%47
%14
%0
%15

Triadic Colors of #73bbd9

#73bbd9 #d973bb #bbd973

Analogous Colors of #73bbd9

#73bbd9 #7388d9 #73d9c4

Monochromatic Colors of #73bbd9

#73bbd9

Complementary Color

#73bbd9 #d99173

#73bbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bbd9 Color CSS Codes

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

#73bbd9 Text Font Color

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

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


#73bbd9 Background Color

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

This div background color is #73bbd9


#73bbd9 Border Color

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

This div border color is #73bbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bbd9


Comments

No comments written yet.

Please login to write comment.