Color Hex Logo

#7dd31b Color Hex

#7DD31B
(125,211,27)
0 Favorites   0 Comments

Color spaces of #7dd31b

RGB 12521127
HSL0.240.770.47
HSV88°87°83°
CMYK 0.410.000.87   0.17
XYZ31.949551.02769.2023
Yxy51.02760.34660.5536
Hunter Lab71.4336-45.172642.3656
CIE-Lab76.6957-51.898172.0510

#7dd31b color RGB value is (125,211,27).

#7dd31b hex color red value is 125, green value is 211 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #7dd31b hue: 0.24 , saturation: 0.77 and the lightness value of 7dd31b is 0.47.

The process color (four color CMYK) of #7dd31b color hex is 0.41, 0.00, 0.87, 0.17. Web safe color of #7dd31b is #66cc33. Color #7dd31b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010011 00011011
Octal 175 323 33
Decimal 125 211 27
Hex 7D D3 1B

RGB Percentages of Color #7dd31b

%34.44
%58.13
%7.44

CMYK Percentages of Color #7dd31b

%41
%0
%87
%17

Triadic Colors of #7dd31b

#7dd31b #1b7dd3 #d31b7d

Analogous Colors of #7dd31b

#7dd31b #21d31b #d3cd1b

Monochromatic Colors of #7dd31b

#7dd31b

Complementary Color

#7dd31b #711bd3

#7dd31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd31b Color CSS Codes

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

#7dd31b Text Font Color

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

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


#7dd31b Background Color

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

This div background color is #7dd31b


#7dd31b Border Color

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

This div border color is #7dd31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd31b


Comments

No comments written yet.

Please login to write comment.