Color Hex Logo

#7cdc69 Color Hex

#7CDC69
(124,220,105)
0 Favorites   0 Comments

Color spaces of #7cdc69

RGB 124220105
HSL0.310.620.64
HSV110°52°86°
CMYK 0.440.000.52   0.14
XYZ36.455256.491422.3471
Yxy56.49140.31620.4900
Hunter Lab75.1608-44.953534.9842
CIE-Lab79.8927-50.048747.3589

#7cdc69 color RGB value is (124,220,105).

#7cdc69 hex color red value is 124, green value is 220 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #7cdc69 hue: 0.31 , saturation: 0.62 and the lightness value of 7cdc69 is 0.64.

The process color (four color CMYK) of #7cdc69 color hex is 0.44, 0.00, 0.52, 0.14. Web safe color of #7cdc69 is #66cc66. Color #7cdc69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011100 01101001
Octal 174 334 151
Decimal 124 220 105
Hex 7C DC 69

RGB Percentages of Color #7cdc69

%27.62
%49.00
%23.39

CMYK Percentages of Color #7cdc69

%44
%0
%52
%14

Triadic Colors of #7cdc69

#7cdc69 #697cdc #dc697c

Analogous Colors of #7cdc69

#7cdc69 #69dc90 #b6dc69

Monochromatic Colors of #7cdc69

#7cdc69

Complementary Color

#7cdc69 #c969dc

#7cdc69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdc69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdc69 Color CSS Codes

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

#7cdc69 Text Font Color

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

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


#7cdc69 Background Color

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

This div background color is #7cdc69


#7cdc69 Border Color

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

This div border color is #7cdc69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdc69


Comments

No comments written yet.

Please login to write comment.