Color Hex Logo

#73eedd Color Hex

#73EEDD
(115,238,221)
0 Favorites   0 Comments

Color spaces of #73eedd

RGB 115238221
HSL0.480.780.69
HSV172°52°93°
CMYK 0.520.000.07   0.07
XYZ50.695970.014479.2488
Yxy70.01440.25350.3501
Hunter Lab83.6746-38.28282.4183
CIE-Lab87.0039-38.4912-2.3110

#73eedd color RGB value is (115,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101110 11011101
Octal 163 356 335
Decimal 115 238 221
Hex 73 EE DD

RGB Percentages of Color #73eedd

%20.03
%41.46
%38.50

CMYK Percentages of Color #73eedd

%52
%0
%7
%7

Triadic Colors of #73eedd

#73eedd #dd73ee #eedd73

Analogous Colors of #73eedd

#73eedd #73c2ee #73eea0

Monochromatic Colors of #73eedd

#73eedd

Complementary Color

#73eedd #ee7384

#73eedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73eedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73eedd Color CSS Codes

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

#73eedd Text Font Color

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

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


#73eedd Background Color

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

This div background color is #73eedd


#73eedd Border Color

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

This div border color is #73eedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73eedd


Comments

No comments written yet.

Please login to write comment.