Color Hex Logo

#7bd14b Color Hex

#7BD14B
(123,209,75)
0 Favorites   0 Comments

Color spaces of #7bd14b

RGB 12320975
HSL0.270.590.56
HSV99°64°82°
CMYK 0.410.000.64   0.18
XYZ32.238850.319914.6702
Yxy50.31990.33160.5175
Hunter Lab70.9365-43.015337.3940
CIE-Lab76.2652-48.996356.5469

#7bd14b color RGB value is (123,209,75).

#7bd14b hex color red value is 123, green value is 209 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #7bd14b hue: 0.27 , saturation: 0.59 and the lightness value of 7bd14b is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11010001 01001011
Octal 173 321 113
Decimal 123 209 75
Hex 7B D1 4B

RGB Percentages of Color #7bd14b

%30.22
%51.35
%18.43

CMYK Percentages of Color #7bd14b

%41
%0
%64
%18

Triadic Colors of #7bd14b

#7bd14b #4b7bd1 #d14b7b

Analogous Colors of #7bd14b

#7bd14b #4bd15e #bed14b

Monochromatic Colors of #7bd14b

#7bd14b

Complementary Color

#7bd14b #a14bd1

#7bd14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bd14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bd14b Color CSS Codes

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

#7bd14b Text Font Color

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

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


#7bd14b Background Color

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

This div background color is #7bd14b


#7bd14b Border Color

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

This div border color is #7bd14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bd14b


Comments

No comments written yet.

Please login to write comment.