Color Hex Logo

#73cd88 Color Hex

#73CD88
(115,205,136)
0 Favorites   0 Comments

Color spaces of #73cd88

RGB 115205136
HSL0.370.470.63
HSV134°44°80°
CMYK 0.440.000.34   0.20
XYZ33.345549.085131.0094
Yxy49.08510.29390.4327
Hunter Lab70.0608-37.649022.8003
CIE-Lab75.5042-41.771026.1805

#73cd88 color RGB value is (115,205,136).

#73cd88 hex color red value is 115, green value is 205 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #73cd88 hue: 0.37 , saturation: 0.47 and the lightness value of 73cd88 is 0.63.

The process color (four color CMYK) of #73cd88 color hex is 0.44, 0.00, 0.34, 0.20. Web safe color of #73cd88 is #66cc99. Color #73cd88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001101 10001000
Octal 163 315 210
Decimal 115 205 136
Hex 73 CD 88

RGB Percentages of Color #73cd88

%25.22
%44.96
%29.82

CMYK Percentages of Color #73cd88

%44
%0
%34
%20

Triadic Colors of #73cd88

#73cd88 #8873cd #cd8873

Analogous Colors of #73cd88

#73cd88 #73cdb5 #8bcd73

Monochromatic Colors of #73cd88

#73cd88

Complementary Color

#73cd88 #cd73b8

#73cd88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cd88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cd88 Color CSS Codes

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

#73cd88 Text Font Color

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

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


#73cd88 Background Color

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

This div background color is #73cd88


#73cd88 Border Color

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

This div border color is #73cd88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cd88


Comments

No comments written yet.

Please login to write comment.