Color Hex Logo

#7bdb6e Color Hex

#7BDB6E
(123,219,110)
0 Favorites   0 Comments

Color spaces of #7bdb6e

RGB 123219110
HSL0.310.600.65
HSV113°50°86°
CMYK 0.440.000.50   0.14
XYZ36.314455.999823.6469
Yxy55.99980.31320.4829
Hunter Lab74.8330-44.336633.6477
CIE-Lab79.6137-49.314544.6336

#7bdb6e color RGB value is (123,219,110).

#7bdb6e hex color red value is 123, green value is 219 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #7bdb6e hue: 0.31 , saturation: 0.60 and the lightness value of 7bdb6e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011011 01101110
Octal 173 333 156
Decimal 123 219 110
Hex 7B DB 6E

RGB Percentages of Color #7bdb6e

%27.21
%48.45
%24.34

CMYK Percentages of Color #7bdb6e

%44
%0
%50
%14

Triadic Colors of #7bdb6e

#7bdb6e #6e7bdb #db6e7b

Analogous Colors of #7bdb6e

#7bdb6e #6edb98 #b2db6e

Monochromatic Colors of #7bdb6e

#7bdb6e

Complementary Color

#7bdb6e #ce6edb

#7bdb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdb6e Color CSS Codes

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

#7bdb6e Text Font Color

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

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


#7bdb6e Background Color

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

This div background color is #7bdb6e


#7bdb6e Border Color

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

This div border color is #7bdb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdb6e


Comments

No comments written yet.

Please login to write comment.