Color Hex Logo

#3cef0d Color Hex

#3CEF0D
(60,239,13)
0 Favorites   0 Comments

Color spaces of #3cef0d

RGB 6023913
HSL0.300.900.49
HSV108°95°94°
CMYK 0.750.000.95   0.06
XYZ32.802662.722710.7586
Yxy62.72270.30860.5901
Hunter Lab79.1977-64.663647.3841
CIE-Lab83.2963-77.281678.7388

#3cef0d color RGB value is (60,239,13).

#3cef0d hex color red value is 60, green value is 239 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #3cef0d hue: 0.30 , saturation: 0.90 and the lightness value of 3cef0d is 0.49.

The process color (four color CMYK) of #3cef0d color hex is 0.75, 0.00, 0.95, 0.06. Web safe color of #3cef0d is #33ff00. Color #3cef0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101111 00001101
Octal 74 357 15
Decimal 60 239 13
Hex 3C EF D

RGB Percentages of Color #3cef0d

%19.23
%76.60
%4.17

CMYK Percentages of Color #3cef0d

%75
%0
%95
%6

Triadic Colors of #3cef0d

#3cef0d #0d3cef #ef0d3c

Analogous Colors of #3cef0d

#3cef0d #0def4f #adef0d

Monochromatic Colors of #3cef0d

#3cef0d

Complementary Color

#3cef0d #c00def

#3cef0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cef0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cef0d Color CSS Codes

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

#3cef0d Text Font Color

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

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


#3cef0d Background Color

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

This div background color is #3cef0d


#3cef0d Border Color

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

This div border color is #3cef0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cef0d


Comments

No comments written yet.

Please login to write comment.