Color Hex Logo

#7cd041 Color Hex

#7CD041
(124,208,65)
0 Favorites   0 Comments

Color spaces of #7cd041

RGB 12420865
HSL0.260.600.54
HSV95°69°82°
CMYK 0.400.000.69   0.18
XYZ31.822249.778512.9320
Yxy49.77850.33660.5266
Hunter Lab70.5539-42.959738.5203
CIE-Lab75.9331-49.073360.1952

#7cd041 color RGB value is (124,208,65).

#7cd041 hex color red value is 124, green value is 208 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #7cd041 hue: 0.26 , saturation: 0.60 and the lightness value of 7cd041 is 0.54.

The process color (four color CMYK) of #7cd041 color hex is 0.40, 0.00, 0.69, 0.18. Web safe color of #7cd041 is #66cc33. Color #7cd041 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010000 01000001
Octal 174 320 101
Decimal 124 208 65
Hex 7C D0 41

RGB Percentages of Color #7cd041

%31.23
%52.39
%16.37

CMYK Percentages of Color #7cd041

%40
%0
%69
%18

Triadic Colors of #7cd041

#7cd041 #417cd0 #d0417c

Analogous Colors of #7cd041

#7cd041 #41d04e #c4d041

Monochromatic Colors of #7cd041

#7cd041

Complementary Color

#7cd041 #9541d0

#7cd041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd041 Color CSS Codes

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

#7cd041 Text Font Color

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

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


#7cd041 Background Color

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

This div background color is #7cd041


#7cd041 Border Color

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

This div border color is #7cd041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd041


Comments

No comments written yet.

Please login to write comment.