Color Hex Logo

#73aefe Color Hex

#73AEFE
(115,174,254)
0 Favorites   0 Comments

Color spaces of #73aefe

RGB 115174254
HSL0.600.990.72
HSV215°55°100°
CMYK 0.550.310.00   0.00
XYZ40.095741.072799.5805
Yxy41.07270.22180.2272
Hunter Lab64.0880-0.4781-47.2638
CIE-Lab70.22683.3256-45.4670

#73aefe color RGB value is (115,174,254).

#73aefe hex color red value is 115, green value is 174 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #73aefe hue: 0.60 , saturation: 0.99 and the lightness value of 73aefe is 0.72.

The process color (four color CMYK) of #73aefe color hex is 0.55, 0.31, 0.00, 0.00. Web safe color of #73aefe is #6699ff. Color #73aefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101110 11111110
Octal 163 256 376
Decimal 115 174 254
Hex 73 AE FE

RGB Percentages of Color #73aefe

%21.18
%32.04
%46.78

CMYK Percentages of Color #73aefe

%55
%31
%0
%0

Triadic Colors of #73aefe

#73aefe #fe73ae #aefe73

Analogous Colors of #73aefe

#73aefe #7e73fe #73f4fe

Monochromatic Colors of #73aefe

#73aefe

Complementary Color

#73aefe #fec373

#73aefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aefe Color CSS Codes

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

#73aefe Text Font Color

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

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


#73aefe Background Color

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

This div background color is #73aefe


#73aefe Border Color

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

This div border color is #73aefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aefe


Comments

No comments written yet.

Please login to write comment.