Color Hex Logo

#73eded Color Hex

#73EDED
(115,237,237)
0 Favorites   0 Comments

Color spaces of #73eded

RGB 115237237
HSL0.500.770.69
HSV180°51°93°
CMYK 0.510.000.00   0.07
XYZ52.640570.327690.9209
Yxy70.32760.24610.3288
Hunter Lab83.8616-34.7120-5.5779
CIE-Lab87.1573-34.0325-10.4777

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101101 11101101
Octal 163 355 355
Decimal 115 237 237
Hex 73 ED ED

RGB Percentages of Color #73eded

%19.52
%40.24
%40.24

CMYK Percentages of Color #73eded

%51
%0
%0
%7

Triadic Colors of #73eded

#73eded #ed73ed #eded73

Analogous Colors of #73eded

#73eded #73b0ed #73edb0

Monochromatic Colors of #73eded

#73eded

Complementary Color

#73eded #ed7373

#73eded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73eded Color Preview on White Background

Lorem ipsum dolor sit amet.

#73eded Color CSS Codes

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

#73eded Text Font Color

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

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


#73eded Background Color

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

This div background color is #73eded


#73eded Border Color

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

This div border color is #73eded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73eded


Comments

No comments written yet.

Please login to write comment.