Color Hex Logo

#73efde Color Hex

#73EFDE
(115,239,222)
0 Favorites   0 Comments

Color spaces of #73efde

RGB 115239222
HSL0.480.790.69
HSV172°52°94°
CMYK 0.520.000.07   0.06
XYZ51.121570.651880.0500
Yxy70.65180.25330.3501
Hunter Lab84.0546-38.53302.3730
CIE-Lab87.3156-38.7029-2.3780

#73efde color RGB value is (115,239,222).

#73efde hex color red value is 115, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #73efde hue: 0.48 , saturation: 0.79 and the lightness value of 73efde is 0.69.

The process color (four color CMYK) of #73efde color hex is 0.52, 0.00, 0.07, 0.06. Web safe color of #73efde is #66ffcc. Color #73efde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101111 11011110
Octal 163 357 336
Decimal 115 239 222
Hex 73 EF DE

RGB Percentages of Color #73efde

%19.97
%41.49
%38.54

CMYK Percentages of Color #73efde

%52
%0
%7
%6

Triadic Colors of #73efde

#73efde #de73ef #efde73

Analogous Colors of #73efde

#73efde #73c2ef #73efa0

Monochromatic Colors of #73efde

#73efde

Complementary Color

#73efde #ef7384

#73efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#73efde Color CSS Codes

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

#73efde Text Font Color

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

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


#73efde Background Color

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

This div background color is #73efde


#73efde Border Color

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

This div border color is #73efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73efde


Comments

No comments written yet.

Please login to write comment.