Color Hex Logo

#7ccf5f Color Hex

#7CCF5F
(124,207,95)
0 Favorites   0 Comments

Color spaces of #7ccf5f

RGB 12420795
HSL0.290.540.59
HSV104°54°81°
CMYK 0.400.000.54   0.19
XYZ32.690649.737018.7037
Yxy49.73700.32320.4918
Hunter Lab70.5245-40.676733.6429
CIE-Lab75.9075-45.833347.2832

#7ccf5f color RGB value is (124,207,95).

#7ccf5f hex color red value is 124, green value is 207 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #7ccf5f hue: 0.29 , saturation: 0.54 and the lightness value of 7ccf5f is 0.59.

The process color (four color CMYK) of #7ccf5f color hex is 0.40, 0.00, 0.54, 0.19. Web safe color of #7ccf5f is #66cc66. Color #7ccf5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001111 01011111
Octal 174 317 137
Decimal 124 207 95
Hex 7C CF 5F

RGB Percentages of Color #7ccf5f

%29.11
%48.59
%22.30

CMYK Percentages of Color #7ccf5f

%40
%0
%54
%19

Triadic Colors of #7ccf5f

#7ccf5f #5f7ccf #cf5f7c

Analogous Colors of #7ccf5f

#7ccf5f #5fcf7a #b4cf5f

Monochromatic Colors of #7ccf5f

#7ccf5f

Complementary Color

#7ccf5f #b25fcf

#7ccf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccf5f Color CSS Codes

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

#7ccf5f Text Font Color

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

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


#7ccf5f Background Color

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

This div background color is #7ccf5f


#7ccf5f Border Color

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

This div border color is #7ccf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccf5f


Comments

No comments written yet.

Please login to write comment.