Color Hex Logo

#7de87b Color Hex

#7DE87B
(125,232,123)
0 Favorites   0 Comments

Color spaces of #7de87b

RGB 125232123
HSL0.330.700.70
HSV119°47°91°
CMYK 0.460.000.47   0.09
XYZ40.889263.503328.8412
Yxy63.50330.30690.4766
Hunter Lab79.6890-47.865534.3239
CIE-Lab83.7065-52.318843.4636

#7de87b color RGB value is (125,232,123).

#7de87b hex color red value is 125, green value is 232 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #7de87b hue: 0.33 , saturation: 0.70 and the lightness value of 7de87b is 0.70.

The process color (four color CMYK) of #7de87b color hex is 0.46, 0.00, 0.47, 0.09. Web safe color of #7de87b is #66ff66. Color #7de87b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101000 01111011
Octal 175 350 173
Decimal 125 232 123
Hex 7D E8 7B

RGB Percentages of Color #7de87b

%26.04
%48.33
%25.63

CMYK Percentages of Color #7de87b

%46
%0
%47
%9

Triadic Colors of #7de87b

#7de87b #7b7de8 #e87b7d

Analogous Colors of #7de87b

#7de87b #7be8b0 #b4e87b

Monochromatic Colors of #7de87b

#7de87b

Complementary Color

#7de87b #e67be8

#7de87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7de87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7de87b Color CSS Codes

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

#7de87b Text Font Color

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

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


#7de87b Background Color

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

This div background color is #7de87b


#7de87b Border Color

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

This div border color is #7de87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7de87b


Comments

No comments written yet.

Please login to write comment.