Color Hex Logo

#3cbd1d Color Hex

#3CBD1D
(60,189,29)
0 Favorites   0 Comments

Color spaces of #3cbd1d

RGB 6018929
HSL0.300.730.43
HSV108°85°74°
CMYK 0.680.000.85   0.26
XYZ20.282837.44467.3209
Yxy37.44460.31180.5756
Hunter Lab61.1920-47.920135.7410
CIE-Lab67.6093-61.594462.8275

#3cbd1d color RGB value is (60,189,29).

#3cbd1d hex color red value is 60, green value is 189 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #3cbd1d hue: 0.30 , saturation: 0.73 and the lightness value of 3cbd1d is 0.43.

The process color (four color CMYK) of #3cbd1d color hex is 0.68, 0.00, 0.85, 0.26. Web safe color of #3cbd1d is #33cc33. Color #3cbd1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111101 00011101
Octal 74 275 35
Decimal 60 189 29
Hex 3C BD 1D

RGB Percentages of Color #3cbd1d

%21.58
%67.99
%10.43

CMYK Percentages of Color #3cbd1d

%68
%0
%85
%26

Triadic Colors of #3cbd1d

#3cbd1d #1d3cbd #bd1d3c

Analogous Colors of #3cbd1d

#3cbd1d #1dbd4e #8cbd1d

Monochromatic Colors of #3cbd1d

#3cbd1d

Complementary Color

#3cbd1d #9e1dbd

#3cbd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbd1d Color CSS Codes

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

#3cbd1d Text Font Color

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

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


#3cbd1d Background Color

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

This div background color is #3cbd1d


#3cbd1d Border Color

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

This div border color is #3cbd1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbd1d


Comments

No comments written yet.

Please login to write comment.