Color Hex Logo

#3ccc58 Color Hex

#3CCC58
(60,204,88)
0 Favorites   0 Comments

Color spaces of #3ccc58

RGB 6020488
HSL0.370.590.52
HSV132°71°80°
CMYK 0.710.000.57   0.20
XYZ25.217844.851016.5605
Yxy44.85100.29110.5177
Hunter Lab66.9709-49.985132.2184
CIE-Lab72.7937-61.444546.3344

#3ccc58 color RGB value is (60,204,88).

#3ccc58 hex color red value is 60, green value is 204 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #3ccc58 hue: 0.37 , saturation: 0.59 and the lightness value of 3ccc58 is 0.52.

The process color (four color CMYK) of #3ccc58 color hex is 0.71, 0.00, 0.57, 0.20. Web safe color of #3ccc58 is #33cc66. Color #3ccc58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001100 01011000
Octal 74 314 130
Decimal 60 204 88
Hex 3C CC 58

RGB Percentages of Color #3ccc58

%17.05
%57.95
%25.00

CMYK Percentages of Color #3ccc58

%71
%0
%57
%20

Triadic Colors of #3ccc58

#3ccc58 #583ccc #cc583c

Analogous Colors of #3ccc58

#3ccc58 #3ccca0 #68cc3c

Monochromatic Colors of #3ccc58

#3ccc58

Complementary Color

#3ccc58 #cc3cb0

#3ccc58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccc58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccc58 Color CSS Codes

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

#3ccc58 Text Font Color

<p style="color:#3ccc58">Text here</p>

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


#3ccc58 Background Color

<div style="background-color:#3ccc58">
Div content here</div>

This div background color is #3ccc58


#3ccc58 Border Color

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

This div border color is #3ccc58


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,204,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3ccc58; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3ccc58;
  -webkit-box-shadow: 1px 1px 3px 2px #3ccc58;
  box-shadow:         1px 1px 3px 2px #3ccc58; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,204,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccc58


Comments

No comments written yet.

Please login to write comment.