Color Hex Logo

#3ceb7d Color Hex

#3CEB7D
(60,235,125)
0 Favorites   0 Comments

Color spaces of #3ceb7d

RGB 60235125
HSL0.400.810.58
HSV142°74°92°
CMYK 0.740.000.47   0.08
XYZ35.273561.858029.4827
Yxy61.85800.27860.4886
Hunter Lab78.6499-57.582232.8294
CIE-Lab82.8378-66.711841.0206

#3ceb7d color RGB value is (60,235,125).

#3ceb7d hex color red value is 60, green value is 235 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #3ceb7d hue: 0.40 , saturation: 0.81 and the lightness value of 3ceb7d is 0.58.

The process color (four color CMYK) of #3ceb7d color hex is 0.74, 0.00, 0.47, 0.08. Web safe color of #3ceb7d is #33ff66. Color #3ceb7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101011 01111101
Octal 74 353 175
Decimal 60 235 125
Hex 3C EB 7D

RGB Percentages of Color #3ceb7d

%14.29
%55.95
%29.76

CMYK Percentages of Color #3ceb7d

%74
%0
%47
%8

Triadic Colors of #3ceb7d

#3ceb7d #7d3ceb #eb7d3c

Analogous Colors of #3ceb7d

#3ceb7d #3cebd5 #52eb3c

Monochromatic Colors of #3ceb7d

#3ceb7d

Complementary Color

#3ceb7d #eb3caa

#3ceb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ceb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ceb7d Color CSS Codes

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

#3ceb7d Text Font Color

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

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


#3ceb7d Background Color

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

This div background color is #3ceb7d


#3ceb7d Border Color

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

This div border color is #3ceb7d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,235,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 #3ceb7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ceb7d


Comments

No comments written yet.

Please login to write comment.