Color Hex Logo

#73efce Color Hex

#73EFCE
(115,239,206)
0 Favorites   0 Comments

Color spaces of #73efce

RGB 115239206
HSL0.460.790.69
HSV164°52°94°
CMYK 0.520.000.14   0.06
XYZ49.077369.834169.2852
Yxy69.83410.26080.3711
Hunter Lab83.5668-41.41209.3394
CIE-Lab86.9154-42.47205.4160

#73efce color RGB value is (115,239,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101111 11001110
Octal 163 357 316
Decimal 115 239 206
Hex 73 EF CE

RGB Percentages of Color #73efce

%20.54
%42.68
%36.79

CMYK Percentages of Color #73efce

%52
%0
%14
%6

Triadic Colors of #73efce

#73efce #ce73ef #efce73

Analogous Colors of #73efce

#73efce #73d2ef #73ef90

Monochromatic Colors of #73efce

#73efce

Complementary Color

#73efce #ef7394

#73efce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73efce Color Preview on White Background

Lorem ipsum dolor sit amet.

#73efce Color CSS Codes

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

#73efce Text Font Color

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

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


#73efce Background Color

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

This div background color is #73efce


#73efce Border Color

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

This div border color is #73efce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73efce


Comments

No comments written yet.

Please login to write comment.