Color Hex Logo

#73faed Color Hex

#73FAED
(115,250,237)
0 Favorites   0 Comments

Color spaces of #73faed

RGB 115250237
HSL0.480.930.72
HSV174°54°98°
CMYK 0.540.000.05   0.02
XYZ56.541978.130592.2214
Yxy78.13050.24920.3443
Hunter Lab88.3915-40.50290.0150
CIE-Lab90.8394-40.0005-5.0229

#73faed color RGB value is (115,250,237).

#73faed hex color red value is 115, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #73faed hue: 0.48 , saturation: 0.93 and the lightness value of 73faed is 0.72.

The process color (four color CMYK) of #73faed color hex is 0.54, 0.00, 0.05, 0.02. Web safe color of #73faed is #66ffff. Color #73faed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111010 11101101
Octal 163 372 355
Decimal 115 250 237
Hex 73 FA ED

RGB Percentages of Color #73faed

%19.10
%41.53
%39.37

CMYK Percentages of Color #73faed

%54
%0
%5
%2

Triadic Colors of #73faed

#73faed #ed73fa #faed73

Analogous Colors of #73faed

#73faed #73c4fa #73faaa

Monochromatic Colors of #73faed

#73faed

Complementary Color

#73faed #fa7380

#73faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#73faed Color CSS Codes

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

#73faed Text Font Color

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

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


#73faed Background Color

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

This div background color is #73faed


#73faed Border Color

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

This div border color is #73faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73faed

Related Colors


Comments

No comments written yet.

Please login to write comment.