Color Hex Logo

#73bedc Color Hex

#73BEDC
(115,190,220)
0 Favorites   0 Comments

Color spaces of #73bedc

RGB 115190220
HSL0.550.600.66
HSV197°48°86°
CMYK 0.480.140.00   0.14
XYZ38.402045.639174.4954
Yxy45.63910.24220.2879
Hunter Lab67.5567-16.7576-18.0899
CIE-Lab73.3107-15.3233-22.2487

#73bedc color RGB value is (115,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111110 11011100
Octal 163 276 334
Decimal 115 190 220
Hex 73 BE DC

RGB Percentages of Color #73bedc

%21.90
%36.19
%41.90

CMYK Percentages of Color #73bedc

%48
%14
%0
%14

Triadic Colors of #73bedc

#73bedc #dc73be #bedc73

Analogous Colors of #73bedc

#73bedc #738adc #73dcc6

Monochromatic Colors of #73bedc

#73bedc

Complementary Color

#73bedc #dc9173

#73bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bedc Color CSS Codes

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

#73bedc Text Font Color

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

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


#73bedc Background Color

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

This div background color is #73bedc


#73bedc Border Color

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

This div border color is #73bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bedc


Comments

No comments written yet.

Please login to write comment.