Color Hex Logo

#73badc Color Hex

#73BADC
(115,186,220)
0 Favorites   0 Comments

Color spaces of #73badc

RGB 115186220
HSL0.550.600.66
HSV199°48°86°
CMYK 0.480.150.00   0.14
XYZ37.547443.930074.2105
Yxy43.93000.24120.2822
Hunter Lab66.2797-14.8694-19.9886
CIE-Lab72.1817-13.2193-23.9703

#73badc color RGB value is (115,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111010 11011100
Octal 163 272 334
Decimal 115 186 220
Hex 73 BA DC

RGB Percentages of Color #73badc

%22.07
%35.70
%42.23

CMYK Percentages of Color #73badc

%48
%15
%0
%14

Triadic Colors of #73badc

#73badc #dc73ba #badc73

Analogous Colors of #73badc

#73badc #7386dc #73dcca

Monochromatic Colors of #73badc

#73badc

Complementary Color

#73badc #dc9573

#73badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73badc Color CSS Codes

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

#73badc Text Font Color

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

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


#73badc Background Color

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

This div background color is #73badc


#73badc Border Color

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

This div border color is #73badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73badc


Comments

No comments written yet.

Please login to write comment.