Color Hex Logo

#73edce Color Hex

#73EDCE
(115,237,206)
0 Favorites   0 Comments

Color spaces of #73edce

RGB 115237206
HSL0.460.770.69
HSV165°51°93°
CMYK 0.510.000.13   0.07
XYZ48.495068.669469.0911
Yxy68.66940.26040.3687
Hunter Lab82.8670-40.55648.5733
CIE-Lab86.3401-41.58484.5848

#73edce color RGB value is (115,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101101 11001110
Octal 163 355 316
Decimal 115 237 206
Hex 73 ED CE

RGB Percentages of Color #73edce

%20.61
%42.47
%36.92

CMYK Percentages of Color #73edce

%51
%0
%13
%7

Triadic Colors of #73edce

#73edce #ce73ed #edce73

Analogous Colors of #73edce

#73edce #73cfed #73ed91

Monochromatic Colors of #73edce

#73edce

Complementary Color

#73edce #ed7392

#73edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#73edce Color CSS Codes

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

#73edce Text Font Color

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

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


#73edce Background Color

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

This div background color is #73edce


#73edce Border Color

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

This div border color is #73edce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73edce


Comments

No comments written yet.

Please login to write comment.