Color Hex Logo

#73becd Color Hex

#73BECD
(115,190,205)
0 Favorites   0 Comments

Color spaces of #73becd

RGB 115190205
HSL0.530.470.63
HSV190°44°80°
CMYK 0.440.070.00   0.20
XYZ36.503144.879564.4963
Yxy44.87950.25020.3076
Hunter Lab66.9922-19.9741-10.1866
CIE-Lab72.8125-19.3715-14.8411

#73becd color RGB value is (115,190,205).

#73becd hex color red value is 115, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #73becd hue: 0.53 , saturation: 0.47 and the lightness value of 73becd is 0.63.

The process color (four color CMYK) of #73becd color hex is 0.44, 0.07, 0.00, 0.20. Web safe color of #73becd is #66cccc. Color #73becd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111110 11001101
Octal 163 276 315
Decimal 115 190 205
Hex 73 BE CD

RGB Percentages of Color #73becd

%22.55
%37.25
%40.20

CMYK Percentages of Color #73becd

%44
%7
%0
%20

Triadic Colors of #73becd

#73becd #cd73be #becd73

Analogous Colors of #73becd

#73becd #7391cd #73cdaf

Monochromatic Colors of #73becd

#73becd

Complementary Color

#73becd #cd8273

#73becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73becd Color CSS Codes

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

#73becd Text Font Color

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

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


#73becd Background Color

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

This div background color is #73becd


#73becd Border Color

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

This div border color is #73becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73becd


Comments

No comments written yet.

Please login to write comment.