Color Hex Logo

#7ce486 Color Hex

#7CE486
(124,228,134)
0 Favorites   0 Comments

Color spaces of #7ce486

RGB 124228134
HSL0.350.660.69
HSV126°46°89°
CMYK 0.460.000.41   0.11
XYZ40.358761.493132.2965
Yxy61.49310.30090.4584
Hunter Lab78.4175-45.363130.4735
CIE-Lab82.6431-49.374836.6930

#7ce486 color RGB value is (124,228,134).

#7ce486 hex color red value is 124, green value is 228 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #7ce486 hue: 0.35 , saturation: 0.66 and the lightness value of 7ce486 is 0.69.

The process color (four color CMYK) of #7ce486 color hex is 0.46, 0.00, 0.41, 0.11. Web safe color of #7ce486 is #66cc99. Color #7ce486 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11100100 10000110
Octal 174 344 206
Decimal 124 228 134
Hex 7C E4 86

RGB Percentages of Color #7ce486

%25.51
%46.91
%27.57

CMYK Percentages of Color #7ce486

%46
%0
%41
%11

Triadic Colors of #7ce486

#7ce486 #867ce4 #e4867c

Analogous Colors of #7ce486

#7ce486 #7ce4ba #a6e47c

Monochromatic Colors of #7ce486

#7ce486

Complementary Color

#7ce486 #e47cda

#7ce486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ce486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ce486 Color CSS Codes

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

#7ce486 Text Font Color

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

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


#7ce486 Background Color

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

This div background color is #7ce486


#7ce486 Border Color

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

This div border color is #7ce486


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,228,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 #7ce486">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ce486


Comments

No comments written yet.

Please login to write comment.