Color Hex Logo

#3ddd01 Color Hex

#3DDD01
(61,221,1)
0 Favorites   0 Comments

Color spaces of #3ddd01

RGB 612211
HSL0.290.990.44
HSV104°100°87°
CMYK 0.720.001.00   0.13
XYZ27.786452.70728.7377
Yxy52.70720.31140.5907
Hunter Lab72.5997-58.731543.6840
CIE-Lab77.7018-72.042675.2883

#3ddd01 color RGB value is (61,221,1).

#3ddd01 hex color red value is 61, green value is 221 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #3ddd01 hue: 0.29 , saturation: 0.99 and the lightness value of 3ddd01 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11011101 00000001
Octal 75 335 1
Decimal 61 221 1
Hex 3D DD 1

RGB Percentages of Color #3ddd01

%21.55
%78.09
%0.35

CMYK Percentages of Color #3ddd01

%72
%0
%100
%13

Triadic Colors of #3ddd01

#3ddd01 #013ddd #dd013d

Analogous Colors of #3ddd01

#3ddd01 #01dd33 #abdd01

Monochromatic Colors of #3ddd01

#3ddd01

Complementary Color

#3ddd01 #a101dd

#3ddd01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ddd01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ddd01 Color CSS Codes

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

#3ddd01 Text Font Color

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

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


#3ddd01 Background Color

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

This div background color is #3ddd01


#3ddd01 Border Color

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

This div border color is #3ddd01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ddd01


Comments

No comments written yet.

Please login to write comment.