Color Hex Logo

#7cb427 Color Hex

#7CB427
(124,180,39)
0 Favorites   0 Comments

Color spaces of #7cb427

RGB 12418039
HSL0.230.640.43
HSV84°78°71°
CMYK 0.310.000.78   0.29
XYZ24.999637.07417.7579
Yxy37.07410.35800.5309
Hunter Lab60.8885-33.266435.0677
CIE-Lab67.3326-38.834760.7635

#7cb427 color RGB value is (124,180,39).

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

The process color (four color CMYK) of #7cb427 color hex is 0.31, 0.00, 0.78, 0.29. Web safe color of #7cb427 is #66cc33. Color #7cb427 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10110100 00100111
Octal 174 264 47
Decimal 124 180 39
Hex 7C B4 27

RGB Percentages of Color #7cb427

%36.15
%52.48
%11.37

CMYK Percentages of Color #7cb427

%31
%0
%78
%29

Triadic Colors of #7cb427

#7cb427 #277cb4 #b4277c

Analogous Colors of #7cb427

#7cb427 #36b427 #b4a627

Monochromatic Colors of #7cb427

#7cb427

Complementary Color

#7cb427 #5f27b4

#7cb427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cb427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cb427 Color CSS Codes

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

#7cb427 Text Font Color

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

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


#7cb427 Background Color

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

This div background color is #7cb427


#7cb427 Border Color

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

This div border color is #7cb427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cb427


Comments

No comments written yet.

Please login to write comment.