Color Hex Logo

#5ccf7d Color Hex

#5CCF7D
(92,207,125)
0 Favorites   0 Comments

Color spaces of #5ccf7d

RGB 92207125
HSL0.380.550.59
HSV137°56°81°
CMYK 0.560.000.40   0.19
XYZ30.428148.381627.1369
Yxy48.38160.28720.4567
Hunter Lab69.5569-43.638625.5584
CIE-Lab75.0650-50.477331.1460

#5ccf7d color RGB value is (92,207,125).

#5ccf7d hex color red value is 92, green value is 207 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #5ccf7d hue: 0.38 , saturation: 0.55 and the lightness value of 5ccf7d is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001111 01111101
Octal 134 317 175
Decimal 92 207 125
Hex 5C CF 7D

RGB Percentages of Color #5ccf7d

%21.70
%48.82
%29.48

CMYK Percentages of Color #5ccf7d

%56
%0
%40
%19

Triadic Colors of #5ccf7d

#5ccf7d #7d5ccf #cf7d5c

Analogous Colors of #5ccf7d

#5ccf7d #5ccfb7 #75cf5c

Monochromatic Colors of #5ccf7d

#5ccf7d

Complementary Color

#5ccf7d #cf5cae

#5ccf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccf7d Color CSS Codes

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

#5ccf7d Text Font Color

<p style="color:#5ccf7d">Text here</p>

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


#5ccf7d Background Color

<div style="background-color:#5ccf7d">
Div content here</div>

This div background color is #5ccf7d


#5ccf7d Border Color

<div style="border:3px solid #5ccf7d">
Div here</div>

This div border color is #5ccf7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,207,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ccf7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ccf7d;
  -webkit-box-shadow: 1px 1px 3px 2px #5ccf7d;
  box-shadow:         1px 1px 3px 2px #5ccf7d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,207,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 #5ccf7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccf7d


Comments

No comments written yet.

Please login to write comment.