Color Hex Logo

#73afec Color Hex

#73AFEC
(115,175,236)
0 Favorites   0 Comments

Color spaces of #73afec

RGB 115175236
HSL0.580.760.69
HSV210°51°93°
CMYK 0.510.260.00   0.07
XYZ37.540540.360985.1687
Yxy40.36090.23020.2475
Hunter Lab63.5302-5.7009-35.0131
CIE-Lab69.7258-2.6561-36.4734

#73afec color RGB value is (115,175,236).

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

The process color (four color CMYK) of #73afec color hex is 0.51, 0.26, 0.00, 0.07. Web safe color of #73afec is #6699ff. Color #73afec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101111 11101100
Octal 163 257 354
Decimal 115 175 236
Hex 73 AF EC

RGB Percentages of Color #73afec

%21.86
%33.27
%44.87

CMYK Percentages of Color #73afec

%51
%26
%0
%7

Triadic Colors of #73afec

#73afec #ec73af #afec73

Analogous Colors of #73afec

#73afec #7473ec #73ecec

Monochromatic Colors of #73afec

#73afec

Complementary Color

#73afec #ecb073

#73afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#73afec Color CSS Codes

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

#73afec Text Font Color

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

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


#73afec Background Color

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

This div background color is #73afec


#73afec Border Color

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

This div border color is #73afec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73afec


Comments

No comments written yet.

Please login to write comment.