Color Hex Logo

#7bd130 Color Hex

#7BD130
(123,209,48)
0 Favorites   0 Comments

Color spaces of #7bd130

RGB 12320948
HSL0.260.640.50
HSV92°77°82°
CMYK 0.410.000.77   0.18
XYZ31.502350.025310.7918
Yxy50.02530.34120.5419
Hunter Lab70.7286-44.271640.4635
CIE-Lab76.0848-50.894566.2102

#7bd130 color RGB value is (123,209,48).

#7bd130 hex color red value is 123, green value is 209 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #7bd130 hue: 0.26 , saturation: 0.64 and the lightness value of 7bd130 is 0.50.

The process color (four color CMYK) of #7bd130 color hex is 0.41, 0.00, 0.77, 0.18. Web safe color of #7bd130 is #66cc33. Color #7bd130 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11010001 00110000
Octal 173 321 60
Decimal 123 209 48
Hex 7B D1 30

RGB Percentages of Color #7bd130

%32.37
%55.00
%12.63

CMYK Percentages of Color #7bd130

%41
%0
%77
%18

Triadic Colors of #7bd130

#7bd130 #307bd1 #d1307b

Analogous Colors of #7bd130

#7bd130 #30d136 #ccd130

Monochromatic Colors of #7bd130

#7bd130

Complementary Color

#7bd130 #8630d1

#7bd130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bd130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bd130 Color CSS Codes

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

#7bd130 Text Font Color

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

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


#7bd130 Background Color

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

This div background color is #7bd130


#7bd130 Border Color

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

This div border color is #7bd130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bd130


Comments

No comments written yet.

Please login to write comment.