Color Hex Logo

#7cef7d Color Hex

#7CEF7D
(124,239,125)
0 Favorites   0 Comments

Color spaces of #7cef7d

RGB 124239125
HSL0.330.780.71
HSV121°48°94°
CMYK 0.480.000.48   0.06
XYZ42.880467.498830.1706
Yxy67.49880.30510.4802
Hunter Lab82.1577-50.611735.7374
CIE-Lab85.7552-55.119445.0519

#7cef7d color RGB value is (124,239,125).

#7cef7d hex color red value is 124, green value is 239 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #7cef7d hue: 0.33 , saturation: 0.78 and the lightness value of 7cef7d is 0.71.

The process color (four color CMYK) of #7cef7d color hex is 0.48, 0.00, 0.48, 0.06. Web safe color of #7cef7d is #66ff66. Color #7cef7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101111 01111101
Octal 174 357 175
Decimal 124 239 125
Hex 7C EF 7D

RGB Percentages of Color #7cef7d

%25.41
%48.98
%25.61

CMYK Percentages of Color #7cef7d

%48
%0
%48
%6

Triadic Colors of #7cef7d

#7cef7d #7d7cef #ef7d7c

Analogous Colors of #7cef7d

#7cef7d #7cefb7 #b5ef7c

Monochromatic Colors of #7cef7d

#7cef7d

Complementary Color

#7cef7d #ef7cee

#7cef7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cef7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cef7d Color CSS Codes

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

#7cef7d Text Font Color

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

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


#7cef7d Background Color

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

This div background color is #7cef7d


#7cef7d Border Color

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

This div border color is #7cef7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cef7d


Comments

No comments written yet.

Please login to write comment.