Color Hex Logo

#7cb11b Color Hex

#7CB11B
(124,177,27)
0 Favorites   0 Comments

Color spaces of #7cb11b

RGB 12417727
HSL0.230.740.40
HSV81°85°69°
CMYK 0.300.000.85   0.31
XYZ24.232235.80856.6715
Yxy35.80850.36320.5368
Hunter Lab59.8402-32.437135.2780
CIE-Lab66.3733-38.012163.1761

#7cb11b color RGB value is (124,177,27).

#7cb11b hex color red value is 124, green value is 177 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #7cb11b hue: 0.23 , saturation: 0.74 and the lightness value of 7cb11b is 0.40.

The process color (four color CMYK) of #7cb11b color hex is 0.30, 0.00, 0.85, 0.31. Web safe color of #7cb11b is #669933. Color #7cb11b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10110001 00011011
Octal 174 261 33
Decimal 124 177 27
Hex 7C B1 1B

RGB Percentages of Color #7cb11b

%37.80
%53.96
%8.23

CMYK Percentages of Color #7cb11b

%30
%0
%85
%31

Triadic Colors of #7cb11b

#7cb11b #1b7cb1 #b11b7c

Analogous Colors of #7cb11b

#7cb11b #31b11b #b19b1b

Monochromatic Colors of #7cb11b

#7cb11b

Complementary Color

#7cb11b #501bb1

#7cb11b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cb11b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cb11b Color CSS Codes

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

#7cb11b Text Font Color

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

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


#7cb11b Background Color

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

This div background color is #7cb11b


#7cb11b Border Color

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

This div border color is #7cb11b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,177,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cb11b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cb11b;
  -webkit-box-shadow: 1px 1px 3px 2px #7cb11b;
  box-shadow:         1px 1px 3px 2px #7cb11b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,177,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cb11b


Comments

No comments written yet.

Please login to write comment.