Color Hex Logo

#73faee Color Hex

#73FAEE
(115,250,238)
0 Favorites   0 Comments

Color spaces of #73faee

RGB 115250238
HSL0.490.930.72
HSV175°54°98°
CMYK 0.540.000.05   0.02
XYZ56.688578.189192.9931
Yxy78.18910.24880.3431
Hunter Lab88.4246-40.3077-0.4560
CIE-Lab90.8661-39.7525-5.5032

#73faee color RGB value is (115,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111010 11101110
Octal 163 372 356
Decimal 115 250 238
Hex 73 FA EE

RGB Percentages of Color #73faee

%19.07
%41.46
%39.47

CMYK Percentages of Color #73faee

%54
%0
%5
%2

Triadic Colors of #73faee

#73faee #ee73fa #faee73

Analogous Colors of #73faee

#73faee #73c3fa #73faab

Monochromatic Colors of #73faee

#73faee

Complementary Color

#73faee #fa737f

#73faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#73faee Color CSS Codes

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

#73faee Text Font Color

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

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


#73faee Background Color

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

This div background color is #73faee


#73faee Border Color

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

This div border color is #73faee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73faee


Comments

No comments written yet.

Please login to write comment.