Color Hex Logo

#73eae5 Color Hex

#73EAE5
(115,234,229)
0 Favorites   0 Comments

Color spaces of #73eae5

RGB 115234229
HSL0.490.740.68
HSV177°51°92°
CMYK 0.510.000.02   0.08
XYZ50.635968.147684.6138
Yxy68.14760.24900.3350
Hunter Lab82.5516-34.9760-2.9850
CIE-Lab86.0802-34.6697-7.8751

#73eae5 color RGB value is (115,234,229).

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

The process color (four color CMYK) of #73eae5 color hex is 0.51, 0.00, 0.02, 0.08. Web safe color of #73eae5 is #66ffcc. Color #73eae5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101010 11100101
Octal 163 352 345
Decimal 115 234 229
Hex 73 EA E5

RGB Percentages of Color #73eae5

%19.90
%40.48
%39.62

CMYK Percentages of Color #73eae5

%51
%0
%2
%8

Triadic Colors of #73eae5

#73eae5 #e573ea #eae573

Analogous Colors of #73eae5

#73eae5 #73b4ea #73eaaa

Monochromatic Colors of #73eae5

#73eae5

Complementary Color

#73eae5 #ea7378

#73eae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73eae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73eae5 Color CSS Codes

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

#73eae5 Text Font Color

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

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


#73eae5 Background Color

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

This div background color is #73eae5


#73eae5 Border Color

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

This div border color is #73eae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73eae5


Comments

No comments written yet.

Please login to write comment.