Color Hex Logo

#3dbd0a Color Hex

#3DBD0A
(61,189,10)
0 Favorites   0 Comments

Color spaces of #3dbd0a

RGB 6118910
HSL0.290.900.39
HSV103°95°74°
CMYK 0.680.000.95   0.26
XYZ20.176937.40926.4444
Yxy37.40920.31510.5842
Hunter Lab61.1631-48.150536.5671
CIE-Lab67.5829-62.001866.1666

#3dbd0a color RGB value is (61,189,10).

#3dbd0a hex color red value is 61, green value is 189 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #3dbd0a hue: 0.29 , saturation: 0.90 and the lightness value of 3dbd0a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111101 00001010
Octal 75 275 12
Decimal 61 189 10
Hex 3D BD A

RGB Percentages of Color #3dbd0a

%23.46
%72.69
%3.85

CMYK Percentages of Color #3dbd0a

%68
%0
%95
%26

Triadic Colors of #3dbd0a

#3dbd0a #0a3dbd #bd0a3d

Analogous Colors of #3dbd0a

#3dbd0a #0abd30 #97bd0a

Monochromatic Colors of #3dbd0a

#3dbd0a

Complementary Color

#3dbd0a #8a0abd

#3dbd0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dbd0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dbd0a Color CSS Codes

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

#3dbd0a Text Font Color

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

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


#3dbd0a Background Color

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

This div background color is #3dbd0a


#3dbd0a Border Color

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

This div border color is #3dbd0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dbd0a


Comments

No comments written yet.

Please login to write comment.