Color Hex Logo

#73cf8d Color Hex

#73CF8D
(115,207,141)
0 Favorites   0 Comments

Color spaces of #73cf8d

RGB 115207141
HSL0.380.490.63
HSV137°44°81°
CMYK 0.440.000.32   0.19
XYZ34.190850.193633.0856
Yxy50.19360.29110.4273
Hunter Lab70.8474-37.839421.9049
CIE-Lab76.1879-41.763024.4858

#73cf8d color RGB value is (115,207,141).

#73cf8d hex color red value is 115, green value is 207 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #73cf8d hue: 0.38 , saturation: 0.49 and the lightness value of 73cf8d is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001111 10001101
Octal 163 317 215
Decimal 115 207 141
Hex 73 CF 8D

RGB Percentages of Color #73cf8d

%24.84
%44.71
%30.45

CMYK Percentages of Color #73cf8d

%44
%0
%32
%19

Triadic Colors of #73cf8d

#73cf8d #8d73cf #cf8d73

Analogous Colors of #73cf8d

#73cf8d #73cfbb #87cf73

Monochromatic Colors of #73cf8d

#73cf8d

Complementary Color

#73cf8d #cf73b5

#73cf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cf8d Color CSS Codes

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

#73cf8d Text Font Color

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

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


#73cf8d Background Color

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

This div background color is #73cf8d


#73cf8d Border Color

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

This div border color is #73cf8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cf8d


Comments

No comments written yet.

Please login to write comment.