Color Hex Logo

#73bbec Color Hex

#73BBEC
(115,187,236)
0 Favorites   0 Comments

Color spaces of #73bbec

RGB 115187236
HSL0.570.760.69
HSV204°51°93°
CMYK 0.510.210.00   0.07
XYZ39.980945.241685.9822
Yxy45.24160.23350.2643
Hunter Lab67.2619-11.6067-28.7083
CIE-Lab73.0507-9.2045-31.3257

#73bbec color RGB value is (115,187,236).

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

The process color (four color CMYK) of #73bbec color hex is 0.51, 0.21, 0.00, 0.07. Web safe color of #73bbec is #66ccff. Color #73bbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111011 11101100
Octal 163 273 354
Decimal 115 187 236
Hex 73 BB EC

RGB Percentages of Color #73bbec

%21.38
%34.76
%43.87

CMYK Percentages of Color #73bbec

%51
%21
%0
%7

Triadic Colors of #73bbec

#73bbec #ec73bb #bbec73

Analogous Colors of #73bbec

#73bbec #737fec #73ece1

Monochromatic Colors of #73bbec

#73bbec

Complementary Color

#73bbec #eca473

#73bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bbec Color CSS Codes

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

#73bbec Text Font Color

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

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


#73bbec Background Color

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

This div background color is #73bbec


#73bbec Border Color

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

This div border color is #73bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bbec


Comments

No comments written yet.

Please login to write comment.