Color Hex Logo

#7cb10b Color Hex

#7CB10B
(124,177,11)
0 Favorites   0 Comments

Color spaces of #7cb10b

RGB 12417711
HSL0.220.880.37
HSV79°94°69°
CMYK 0.300.000.94   0.31
XYZ24.094735.75355.9478
Yxy35.75350.36620.5434
Hunter Lab59.7942-32.711535.9583
CIE-Lab66.3311-38.431066.0642

#7cb10b color RGB value is (124,177,11).

#7cb10b hex color red value is 124, green value is 177 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #7cb10b hue: 0.22 , saturation: 0.88 and the lightness value of 7cb10b is 0.37.

The process color (four color CMYK) of #7cb10b color hex is 0.30, 0.00, 0.94, 0.31. Web safe color of #7cb10b is #669900. Color #7cb10b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10110001 00001011
Octal 174 261 13
Decimal 124 177 11
Hex 7C B1 B

RGB Percentages of Color #7cb10b

%39.74
%56.73
%3.53

CMYK Percentages of Color #7cb10b

%30
%0
%94
%31

Triadic Colors of #7cb10b

#7cb10b #0b7cb1 #b10b7c

Analogous Colors of #7cb10b

#7cb10b #29b10b #b1930b

Monochromatic Colors of #7cb10b

#7cb10b

Complementary Color

#7cb10b #400bb1

#7cb10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cb10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cb10b Color CSS Codes

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

#7cb10b Text Font Color

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

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


#7cb10b Background Color

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

This div background color is #7cb10b


#7cb10b Border Color

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

This div border color is #7cb10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cb10b


Comments

No comments written yet.

Please login to write comment.