Color Hex Logo

#7bc681 Color Hex

#7BC681
(123,198,129)
0 Favorites   0 Comments

Color spaces of #7bc681

RGB 123198129
HSL0.350.400.63
HSV125°38°78°
CMYK 0.380.000.35   0.22
XYZ32.324946.184127.9796
Yxy46.18410.30360.4337
Hunter Lab67.9589-34.023823.1607
CIE-Lab73.6648-37.477627.4424

#7bc681 color RGB value is (123,198,129).

#7bc681 hex color red value is 123, green value is 198 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #7bc681 hue: 0.35 , saturation: 0.40 and the lightness value of 7bc681 is 0.63.

The process color (four color CMYK) of #7bc681 color hex is 0.38, 0.00, 0.35, 0.22. Web safe color of #7bc681 is #66cc99. Color #7bc681 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11000110 10000001
Octal 173 306 201
Decimal 123 198 129
Hex 7B C6 81

RGB Percentages of Color #7bc681

%27.33
%44.00
%28.67

CMYK Percentages of Color #7bc681

%38
%0
%35
%22

Triadic Colors of #7bc681

#7bc681 #817bc6 #c6817b

Analogous Colors of #7bc681

#7bc681 #7bc6a7 #9bc67b

Monochromatic Colors of #7bc681

#7bc681

Complementary Color

#7bc681 #c67bc0

#7bc681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bc681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bc681 Color CSS Codes

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

#7bc681 Text Font Color

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

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


#7bc681 Background Color

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

This div background color is #7bc681


#7bc681 Border Color

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

This div border color is #7bc681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bc681


Comments

No comments written yet.

Please login to write comment.