Color Hex Logo

#7bbd3a Color Hex

#7BBD3A
(123,189,58)
0 Favorites   0 Comments

Color spaces of #7bbd3a

RGB 12318958
HSL0.250.530.48
HSV90°69°74°
CMYK 0.350.000.69   0.26
XYZ27.129740.911610.4698
Yxy40.91160.34560.5211
Hunter Lab63.9622-36.222635.0685
CIE-Lab70.1139-41.971456.8455

#7bbd3a color RGB value is (123,189,58).

#7bbd3a hex color red value is 123, green value is 189 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #7bbd3a hue: 0.25 , saturation: 0.53 and the lightness value of 7bbd3a is 0.48.

The process color (four color CMYK) of #7bbd3a color hex is 0.35, 0.00, 0.69, 0.26. Web safe color of #7bbd3a is #66cc33. Color #7bbd3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111101 00111010
Octal 173 275 72
Decimal 123 189 58
Hex 7B BD 3A

RGB Percentages of Color #7bbd3a

%33.24
%51.08
%15.68

CMYK Percentages of Color #7bbd3a

%35
%0
%69
%26

Triadic Colors of #7bbd3a

#7bbd3a #3a7bbd #bd3a7b

Analogous Colors of #7bbd3a

#7bbd3a #3abd3a #bdbd3a

Monochromatic Colors of #7bbd3a

#7bbd3a

Complementary Color

#7bbd3a #7c3abd

#7bbd3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbd3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbd3a Color CSS Codes

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

#7bbd3a Text Font Color

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

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


#7bbd3a Background Color

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

This div background color is #7bbd3a


#7bbd3a Border Color

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

This div border color is #7bbd3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbd3a


Comments

No comments written yet.

Please login to write comment.