Color Hex Logo

#7bde6f Color Hex

#7BDE6F
(123,222,111)
0 Favorites   0 Comments

Color spaces of #7bde6f

RGB 123222111
HSL0.320.630.65
HSV114°50°87°
CMYK 0.450.000.50   0.13
XYZ37.158957.601224.1986
Yxy57.60120.31240.4842
Hunter Lab75.8955-45.422334.2227
CIE-Lab80.5166-50.415245.2625

#7bde6f color RGB value is (123,222,111).

#7bde6f hex color red value is 123, green value is 222 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #7bde6f hue: 0.32 , saturation: 0.63 and the lightness value of 7bde6f is 0.65.

The process color (four color CMYK) of #7bde6f color hex is 0.45, 0.00, 0.50, 0.13. Web safe color of #7bde6f is #66cc66. Color #7bde6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011110 01101111
Octal 173 336 157
Decimal 123 222 111
Hex 7B DE 6F

RGB Percentages of Color #7bde6f

%26.97
%48.68
%24.34

CMYK Percentages of Color #7bde6f

%45
%0
%50
%13

Triadic Colors of #7bde6f

#7bde6f #6f7bde #de6f7b

Analogous Colors of #7bde6f

#7bde6f #6fde9b #b3de6f

Monochromatic Colors of #7bde6f

#7bde6f

Complementary Color

#7bde6f #d26fde

#7bde6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bde6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bde6f Color CSS Codes

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

#7bde6f Text Font Color

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

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


#7bde6f Background Color

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

This div background color is #7bde6f


#7bde6f Border Color

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

This div border color is #7bde6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bde6f


Comments

No comments written yet.

Please login to write comment.