Color Hex Logo

#73eebd Color Hex

#73EEBD
(115,238,189)
0 Favorites   0 Comments

Color spaces of #73eebd

RGB 115238189
HSL0.430.780.69
HSV156°52°93°
CMYK 0.520.000.21   0.07
XYZ46.830168.468058.8916
Yxy68.46800.26880.3931
Hunter Lab82.7454-43.781615.7239
CIE-Lab86.2399-45.778713.3232

#73eebd color RGB value is (115,238,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101110 10111101
Octal 163 356 275
Decimal 115 238 189
Hex 73 EE BD

RGB Percentages of Color #73eebd

%21.22
%43.91
%34.87

CMYK Percentages of Color #73eebd

%52
%0
%21
%7

Triadic Colors of #73eebd

#73eebd #bd73ee #eebd73

Analogous Colors of #73eebd

#73eebd #73e2ee #73ee80

Monochromatic Colors of #73eebd

#73eebd

Complementary Color

#73eebd #ee73a4

#73eebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73eebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73eebd Color CSS Codes

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

#73eebd Text Font Color

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

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


#73eebd Background Color

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

This div background color is #73eebd


#73eebd Border Color

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

This div border color is #73eebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73eebd


Comments

No comments written yet.

Please login to write comment.