color codes Logo

#7df38d color codes

#7DF38D
(125,243,141)
0 Favorites   0 Comments

Color spaces of #7df38d

RGB 125243141
HSL0.360.830.72
HSV128°49°95°
CMYK 0.490.000.42   0.05
XYZ45.315870.384236.3964
Yxy70.38420.29790.4628
Hunter Lab83.8953-50.400533.0048
CIE-Lab87.1850-54.155439.1030

#7df38d color RGB value is (125,243,141).

#7df38d hex color red value is 125, green value is 243 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #7df38d hue: 0.36 , saturation: 0.83 and the lightness value of 7df38d is 0.72.

The process color (four color CMYK) of #7df38d color code is 0.49, 0.00, 0.42, 0.05. Web safe color of #7df38d is #66ff99. Color #7df38d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11110011 10001101
Octal 175 363 215
Decimal 125 243 141
Hex 7D F3 8D

RGB Percentages of Color #7df38d

%24.56
%47.74
%27.70

CMYK Percentages of Color #7df38d

%49
%0
%42
%5

Triadic Colors of #7df38d

#7df38d #8d7df3 #f38d7d

Analogous Colors of #7df38d

#7df38d #7df3c8 #a8f37d

Monochromatic Colors of #7df38d

#7df38d

Complementary Color

#7df38d #f37de3

#7df38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7df38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7df38d Color CSS Codes

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

#7df38d Text Font Color

<p style="color:#7df38d">Text here</p>

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


#7df38d Background Color

<div style="background-color:#7df38d">
Div content here</div>

This div background color is #7df38d


#7df38d Border Color

<div style="border:3px solid #7df38d">
Div here</div>

This div border color is #7df38d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,243,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7df38d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7df38d;
  -webkit-box-shadow: 1px 1px 3px 2px #7df38d;
  box-shadow:         1px 1px 3px 2px #7df38d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,243,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 #7df38d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7df38d


Comments

No comments written yet.

Please login to write comment.