Color Hex Logo

#2da601 Color Hex

#2DA601
(45,166,1)
0 Favorites   0 Comments

Color spaces of #2da601

RGB 451661
HSL0.290.990.33
HSV104°99°65°
CMYK 0.730.000.99   0.35
XYZ14.723927.83254.6249
Yxy27.83250.31210.5899
Hunter Lab52.7565-42.506131.7319
CIE-Lab59.7371-57.919860.7991

#2da601 color RGB value is (45,166,1).

#2da601 hex color red value is 45, green value is 166 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #2da601 hue: 0.29 , saturation: 0.99 and the lightness value of 2da601 is 0.33.

The process color (four color CMYK) of #2da601 color hex is 0.73, 0.00, 0.99, 0.35. Web safe color of #2da601 is #339900. Color #2da601 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10100110 00000001
Octal 55 246 1
Decimal 45 166 1
Hex 2D A6 1

RGB Percentages of Color #2da601

%21.23
%78.30
%0.47

CMYK Percentages of Color #2da601

%73
%0
%99
%35

Triadic Colors of #2da601

#2da601 #012da6 #a6012d

Analogous Colors of #2da601

#2da601 #01a628 #80a601

Monochromatic Colors of #2da601

#2da601

Complementary Color

#2da601 #7a01a6

#2da601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2da601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2da601 Color CSS Codes

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

#2da601 Text Font Color

<p style="color:#2da601">Text here</p>

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


#2da601 Background Color

<div style="background-color:#2da601">
Div content here</div>

This div background color is #2da601


#2da601 Border Color

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

This div border color is #2da601


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,166,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 #2da601">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2da601


Comments

No comments written yet.

Please login to write comment.