Color Hex Logo

#7bad68 Color Hex

#7BAD68
(123,173,104)
0 Favorites   0 Comments

Color spaces of #7bad68

RGB 123173104
HSL0.290.300.54
HSV103°40°68°
CMYK 0.290.000.40   0.32
XYZ25.610635.097618.5214
Yxy35.09760.32320.4430
Hunter Lab59.2432-26.510822.9342
CIE-Lab65.8246-29.745830.2612

#7bad68 color RGB value is (123,173,104).

#7bad68 hex color red value is 123, green value is 173 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #7bad68 hue: 0.29 , saturation: 0.30 and the lightness value of 7bad68 is 0.54.

The process color (four color CMYK) of #7bad68 color hex is 0.29, 0.00, 0.40, 0.32. Web safe color of #7bad68 is #669966. Color #7bad68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101101 01101000
Octal 173 255 150
Decimal 123 173 104
Hex 7B AD 68

RGB Percentages of Color #7bad68

%30.75
%43.25
%26.00

CMYK Percentages of Color #7bad68

%29
%0
%40
%32

Triadic Colors of #7bad68

#7bad68 #687bad #ad687b

Analogous Colors of #7bad68

#7bad68 #68ad78 #9ead68

Monochromatic Colors of #7bad68

#7bad68

Complementary Color

#7bad68 #9a68ad

#7bad68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bad68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bad68 Color CSS Codes

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

#7bad68 Text Font Color

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

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


#7bad68 Background Color

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

This div background color is #7bad68


#7bad68 Border Color

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

This div border color is #7bad68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bad68


Comments

No comments written yet.

Please login to write comment.