Color Hex Logo

#7dce1f Color Hex

#7DCE1F
(125,206,31)
0 Favorites   0 Comments

Color spaces of #7dce1f

RGB 12520631
HSL0.240.740.46
HSV88°85°81°
CMYK 0.390.000.85   0.19
XYZ30.776148.60159.0553
Yxy48.60150.34800.5496
Hunter Lab69.7148-43.200741.0991
CIE-Lab75.2027-49.772169.9468

#7dce1f color RGB value is (125,206,31).

#7dce1f hex color red value is 125, green value is 206 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #7dce1f hue: 0.24 , saturation: 0.74 and the lightness value of 7dce1f is 0.46.

The process color (four color CMYK) of #7dce1f color hex is 0.39, 0.00, 0.85, 0.19. Web safe color of #7dce1f is #66cc33. Color #7dce1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001110 00011111
Octal 175 316 37
Decimal 125 206 31
Hex 7D CE 1F

RGB Percentages of Color #7dce1f

%34.53
%56.91
%8.56

CMYK Percentages of Color #7dce1f

%39
%0
%85
%19

Triadic Colors of #7dce1f

#7dce1f #1f7dce #ce1f7d

Analogous Colors of #7dce1f

#7dce1f #26ce1f #cec81f

Monochromatic Colors of #7dce1f

#7dce1f

Complementary Color

#7dce1f #701fce

#7dce1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dce1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dce1f Color CSS Codes

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

#7dce1f Text Font Color

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

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


#7dce1f Background Color

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

This div background color is #7dce1f


#7dce1f Border Color

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

This div border color is #7dce1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dce1f


Comments

No comments written yet.

Please login to write comment.