Color Hex Logo

#73afee Color Hex

#73AFEE
(115,175,238)
0 Favorites   0 Comments

Color spaces of #73afee

RGB 115175238
HSL0.590.780.69
HSV211°52°93°
CMYK 0.520.260.00   0.07
XYZ37.832840.477886.7079
Yxy40.47780.22930.2453
Hunter Lab63.6222-5.1941-36.2683
CIE-Lab69.8085-2.0628-37.4343

#73afee color RGB value is (115,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101111 11101110
Octal 163 257 356
Decimal 115 175 238
Hex 73 AF EE

RGB Percentages of Color #73afee

%21.78
%33.14
%45.08

CMYK Percentages of Color #73afee

%52
%26
%0
%7

Triadic Colors of #73afee

#73afee #ee73af #afee73

Analogous Colors of #73afee

#73afee #7573ee #73edee

Monochromatic Colors of #73afee

#73afee

Complementary Color

#73afee #eeb273

#73afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#73afee Color CSS Codes

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

#73afee Text Font Color

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

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


#73afee Background Color

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

This div background color is #73afee


#73afee Border Color

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

This div border color is #73afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73afee


Comments

No comments written yet.

Please login to write comment.