Color Hex Logo

#7cb286 Color Hex

#7CB286
(124,178,134)
0 Favorites   0 Comments

Color spaces of #7cb286

RGB 124178134
HSL0.360.260.59
HSV131°30°70°
CMYK 0.300.000.25   0.30
XYZ28.535737.847128.3555
Yxy37.84710.30120.3995
Hunter Lab61.5200-24.863815.7363
CIE-Lab67.9078-26.870516.9495

#7cb286 color RGB value is (124,178,134).

#7cb286 hex color red value is 124, green value is 178 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #7cb286 hue: 0.36 , saturation: 0.26 and the lightness value of 7cb286 is 0.59.

The process color (four color CMYK) of #7cb286 color hex is 0.30, 0.00, 0.25, 0.30. Web safe color of #7cb286 is #669999. Color #7cb286 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10110010 10000110
Octal 174 262 206
Decimal 124 178 134
Hex 7C B2 86

RGB Percentages of Color #7cb286

%28.44
%40.83
%30.73

CMYK Percentages of Color #7cb286

%30
%0
%25
%30

Triadic Colors of #7cb286

#7cb286 #867cb2 #b2867c

Analogous Colors of #7cb286

#7cb286 #7cb2a1 #8db27c

Monochromatic Colors of #7cb286

#7cb286

Complementary Color

#7cb286 #b27ca8

#7cb286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cb286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cb286 Color CSS Codes

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

#7cb286 Text Font Color

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

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


#7cb286 Background Color

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

This div background color is #7cb286


#7cb286 Border Color

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

This div border color is #7cb286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cb286


Comments

No comments written yet.

Please login to write comment.