Color Hex Logo

#73baea Color Hex

#73BAEA
(115,186,234)
0 Favorites   0 Comments

Color spaces of #73baea

RGB 115186234
HSL0.570.740.68
HSV204°51°92°
CMYK 0.510.210.00   0.08
XYZ39.480444.703284.3896
Yxy44.70320.23420.2652
Hunter Lab66.8605-11.6034-28.0320
CIE-Lab72.6960-9.2456-30.7887

#73baea color RGB value is (115,186,234).

#73baea hex color red value is 115, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #73baea hue: 0.57 , saturation: 0.74 and the lightness value of 73baea is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111010 11101010
Octal 163 272 352
Decimal 115 186 234
Hex 73 BA EA

RGB Percentages of Color #73baea

%21.50
%34.77
%43.74

CMYK Percentages of Color #73baea

%51
%21
%0
%8

Triadic Colors of #73baea

#73baea #ea73ba #baea73

Analogous Colors of #73baea

#73baea #737fea #73eadf

Monochromatic Colors of #73baea

#73baea

Complementary Color

#73baea #eaa373

#73baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#73baea Color CSS Codes

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

#73baea Text Font Color

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

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


#73baea Background Color

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

This div background color is #73baea


#73baea Border Color

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

This div border color is #73baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73baea


Comments

No comments written yet.

Please login to write comment.