Color Hex Logo

#3ddd1c Color Hex

#3DDD1C
(61,221,28)
0 Favorites   0 Comments

Color spaces of #3ddd1c

RGB 6122128
HSL0.300.780.49
HSV110°87°87°
CMYK 0.720.000.87   0.13
XYZ27.990552.78889.8126
Yxy52.78880.30900.5827
Hunter Lab72.6559-58.381242.8517
CIE-Lab77.7501-71.440471.9701

#3ddd1c color RGB value is (61,221,28).

#3ddd1c hex color red value is 61, green value is 221 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #3ddd1c hue: 0.30 , saturation: 0.78 and the lightness value of 3ddd1c is 0.49.

The process color (four color CMYK) of #3ddd1c color hex is 0.72, 0.00, 0.87, 0.13. Web safe color of #3ddd1c is #33cc33. Color #3ddd1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11011101 00011100
Octal 75 335 34
Decimal 61 221 28
Hex 3D DD 1C

RGB Percentages of Color #3ddd1c

%19.68
%71.29
%9.03

CMYK Percentages of Color #3ddd1c

%72
%0
%87
%13

Triadic Colors of #3ddd1c

#3ddd1c #1c3ddd #dd1c3d

Analogous Colors of #3ddd1c

#3ddd1c #1cdd5b #9edd1c

Monochromatic Colors of #3ddd1c

#3ddd1c

Complementary Color

#3ddd1c #bc1cdd

#3ddd1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ddd1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ddd1c Color CSS Codes

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

#3ddd1c Text Font Color

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

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


#3ddd1c Background Color

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

This div background color is #3ddd1c


#3ddd1c Border Color

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

This div border color is #3ddd1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,221,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3ddd1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3ddd1c;
  -webkit-box-shadow: 1px 1px 3px 2px #3ddd1c;
  box-shadow:         1px 1px 3px 2px #3ddd1c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,221,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ddd1c


Comments

No comments written yet.

Please login to write comment.