Color Hex Logo

#7cbf1a Color Hex

#7CBF1A
(124,191,26)
0 Favorites   0 Comments

Color spaces of #7cbf1a

RGB 12419126
HSL0.230.760.43
HSV84°86°75°
CMYK 0.350.000.86   0.25
XYZ27.129441.62137.5811
Yxy41.62130.35540.5453
Hunter Lab64.5146-37.838438.1930
CIE-Lab70.6090-44.106667.0472

#7cbf1a color RGB value is (124,191,26).

#7cbf1a hex color red value is 124, green value is 191 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #7cbf1a hue: 0.23 , saturation: 0.76 and the lightness value of 7cbf1a is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111111 00011010
Octal 174 277 32
Decimal 124 191 26
Hex 7C BF 1A

RGB Percentages of Color #7cbf1a

%36.36
%56.01
%7.62

CMYK Percentages of Color #7cbf1a

%35
%0
%86
%25

Triadic Colors of #7cbf1a

#7cbf1a #1a7cbf #bf1a7c

Analogous Colors of #7cbf1a

#7cbf1a #29bf1a #bfb01a

Monochromatic Colors of #7cbf1a

#7cbf1a

Complementary Color

#7cbf1a #5d1abf

#7cbf1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbf1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbf1a Color CSS Codes

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

#7cbf1a Text Font Color

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

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


#7cbf1a Background Color

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

This div background color is #7cbf1a


#7cbf1a Border Color

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

This div border color is #7cbf1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbf1a


Comments

No comments written yet.

Please login to write comment.