Color Hex Logo

#7cb155 Color Hex

#7CB155
(124,177,85)
0 Favorites   0 Comments

Color spaces of #7cb155

RGB 12417785
HSL0.260.370.51
HSV95°52°69°
CMYK 0.300.000.52   0.31
XYZ25.674036.385214.2642
Yxy36.38520.33640.4767
Hunter Lab60.3201-29.585528.2035
CIE-Lab66.8132-33.740841.2051

#7cb155 color RGB value is (124,177,85).

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

The process color (four color CMYK) of #7cb155 color hex is 0.30, 0.00, 0.52, 0.31. Web safe color of #7cb155 is #669966. Color #7cb155 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10110001 01010101
Octal 174 261 125
Decimal 124 177 85
Hex 7C B1 55

RGB Percentages of Color #7cb155

%32.12
%45.85
%22.02

CMYK Percentages of Color #7cb155

%30
%0
%52
%31

Triadic Colors of #7cb155

#7cb155 #557cb1 #b1557c

Analogous Colors of #7cb155

#7cb155 #55b15c #aab155

Monochromatic Colors of #7cb155

#7cb155

Complementary Color

#7cb155 #8a55b1

#7cb155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cb155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cb155 Color CSS Codes

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

#7cb155 Text Font Color

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

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


#7cb155 Background Color

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

This div background color is #7cb155


#7cb155 Border Color

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

This div border color is #7cb155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cb155


Comments

No comments written yet.

Please login to write comment.