Color Hex Logo

#2dae2f Color Hex

#2DAE2F
(45,174,47)
0 Favorites   0 Comments

Color spaces of #2dae2f

RGB 4517447
HSL0.340.590.43
HSV121°74°68°
CMYK 0.740.000.73   0.32
XYZ16.731331.03527.7979
Yxy31.03520.30110.5585
Hunter Lab55.7092-43.881830.6974
CIE-Lab62.5373-58.302252.3536

#2dae2f color RGB value is (45,174,47).

#2dae2f hex color red value is 45, green value is 174 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #2dae2f hue: 0.34 , saturation: 0.59 and the lightness value of 2dae2f is 0.43.

The process color (four color CMYK) of #2dae2f color hex is 0.74, 0.00, 0.73, 0.32. Web safe color of #2dae2f is #339933. Color #2dae2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10101110 00101111
Octal 55 256 57
Decimal 45 174 47
Hex 2D AE 2F

RGB Percentages of Color #2dae2f

%16.92
%65.41
%17.67

CMYK Percentages of Color #2dae2f

%74
%0
%73
%32

Triadic Colors of #2dae2f

#2dae2f #2f2dae #ae2f2d

Analogous Colors of #2dae2f

#2dae2f #2dae70 #6cae2d

Monochromatic Colors of #2dae2f

#2dae2f

Complementary Color

#2dae2f #ae2dac

#2dae2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dae2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dae2f Color CSS Codes

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

#2dae2f Text Font Color

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

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


#2dae2f Background Color

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

This div background color is #2dae2f


#2dae2f Border Color

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

This div border color is #2dae2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,174,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dae2f


Comments

No comments written yet.

Please login to write comment.