Color Hex Logo

#5ccf5f Color Hex

#5CCF5F
(92,207,95)
0 Favorites   0 Comments

Color spaces of #5ccf5f

RGB 9220795
HSL0.340.550.59
HSV122°56°81°
CMYK 0.560.000.54   0.19
XYZ28.792047.727218.5212
Yxy47.72720.30290.5022
Hunter Lab69.0849-46.506432.4642
CIE-Lab74.6525-54.943445.4822

#5ccf5f color RGB value is (92,207,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001111 01011111
Octal 134 317 137
Decimal 92 207 95
Hex 5C CF 5F

RGB Percentages of Color #5ccf5f

%23.35
%52.54
%24.11

CMYK Percentages of Color #5ccf5f

%56
%0
%54
%19

Triadic Colors of #5ccf5f

#5ccf5f #5f5ccf #cf5f5c

Analogous Colors of #5ccf5f

#5ccf5f #5ccf99 #93cf5c

Monochromatic Colors of #5ccf5f

#5ccf5f

Complementary Color

#5ccf5f #cf5ccc

#5ccf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccf5f Color CSS Codes

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

#5ccf5f Text Font Color

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

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


#5ccf5f Background Color

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

This div background color is #5ccf5f


#5ccf5f Border Color

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

This div border color is #5ccf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccf5f


Comments

No comments written yet.

Please login to write comment.