Color Hex Logo

#7cf091 Color Hex

#7CF091
(124,240,145)
0 Favorites   0 Comments

Color spaces of #7cf091

RGB 124240145
HSL0.360.790.71
HSV131°48°94°
CMYK 0.480.000.40   0.06
XYZ44.583168.649637.6890
Yxy68.64960.29540.4549
Hunter Lab82.8551-48.948131.0288
CIE-Lab86.3302-52.587936.0052

#7cf091 color RGB value is (124,240,145).

#7cf091 hex color red value is 124, green value is 240 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #7cf091 hue: 0.36 , saturation: 0.79 and the lightness value of 7cf091 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11110000 10010001
Octal 174 360 221
Decimal 124 240 145
Hex 7C F0 91

RGB Percentages of Color #7cf091

%24.36
%47.15
%28.49

CMYK Percentages of Color #7cf091

%48
%0
%40
%6

Triadic Colors of #7cf091

#7cf091 #917cf0 #f0917c

Analogous Colors of #7cf091

#7cf091 #7cf0cb #a1f07c

Monochromatic Colors of #7cf091

#7cf091

Complementary Color

#7cf091 #f07cdb

#7cf091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cf091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cf091 Color CSS Codes

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

#7cf091 Text Font Color

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

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


#7cf091 Background Color

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

This div background color is #7cf091


#7cf091 Border Color

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

This div border color is #7cf091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cf091


Comments

No comments written yet.

Please login to write comment.