Color Hex Logo

#73afea Color Hex

#73AFEA
(115,175,234)
0 Favorites   0 Comments

Color spaces of #73afea

RGB 115175234
HSL0.580.740.68
HSV210°51°92°
CMYK 0.510.250.00   0.08
XYZ37.251540.245383.6467
Yxy40.24530.23120.2497
Hunter Lab63.4392-6.2033-33.7684
CIE-Lab69.6439-3.2468-35.5103

#73afea color RGB value is (115,175,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101111 11101010
Octal 163 257 352
Decimal 115 175 234
Hex 73 AF EA

RGB Percentages of Color #73afea

%21.95
%33.40
%44.66

CMYK Percentages of Color #73afea

%51
%25
%0
%8

Triadic Colors of #73afea

#73afea #ea73af #afea73

Analogous Colors of #73afea

#73afea #7374ea #73eaea

Monochromatic Colors of #73afea

#73afea

Complementary Color

#73afea #eaae73

#73afea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73afea Color Preview on White Background

Lorem ipsum dolor sit amet.

#73afea Color CSS Codes

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

#73afea Text Font Color

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

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


#73afea Background Color

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

This div background color is #73afea


#73afea Border Color

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

This div border color is #73afea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73afea


Comments

No comments written yet.

Please login to write comment.