Color Hex Logo

#3ced68 Color Hex

#3CED68
(60,237,104)
0 Favorites   0 Comments

Color spaces of #3ced68

RGB 60237104
HSL0.370.830.58
HSV135°75°93°
CMYK 0.750.000.56   0.07
XYZ34.646462.528523.3399
Yxy62.52850.28750.5188
Hunter Lab79.0750-60.172137.8523
CIE-Lab83.1937-70.387651.3285

#3ced68 color RGB value is (60,237,104).

#3ced68 hex color red value is 60, green value is 237 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #3ced68 hue: 0.37 , saturation: 0.83 and the lightness value of 3ced68 is 0.58.

The process color (four color CMYK) of #3ced68 color hex is 0.75, 0.00, 0.56, 0.07. Web safe color of #3ced68 is #33ff66. Color #3ced68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101101 01101000
Octal 74 355 150
Decimal 60 237 104
Hex 3C ED 68

RGB Percentages of Color #3ced68

%14.96
%59.10
%25.94

CMYK Percentages of Color #3ced68

%75
%0
%56
%7

Triadic Colors of #3ced68

#3ced68 #683ced #ed683c

Analogous Colors of #3ced68

#3ced68 #3cedc1 #69ed3c

Monochromatic Colors of #3ced68

#3ced68

Complementary Color

#3ced68 #ed3cc1

#3ced68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ced68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ced68 Color CSS Codes

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

#3ced68 Text Font Color

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

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


#3ced68 Background Color

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

This div background color is #3ced68


#3ced68 Border Color

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

This div border color is #3ced68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ced68


Comments

No comments written yet.

Please login to write comment.