Color Hex Logo

#2aed1d Color Hex

#2AED1D
(42,237,29)
0 Favorites   0 Comments

Color spaces of #2aed1d

RGB 4223729
HSL0.320.850.52
HSV116°88°93°
CMYK 0.820.000.88   0.07
XYZ31.460861.149311.3072
Yxy61.14930.30270.5884
Hunter Lab78.1980-65.032046.1655
CIE-Lab82.4589-78.521375.7495

#2aed1d color RGB value is (42,237,29).

#2aed1d hex color red value is 42, green value is 237 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #2aed1d hue: 0.32 , saturation: 0.85 and the lightness value of 2aed1d is 0.52.

The process color (four color CMYK) of #2aed1d color hex is 0.82, 0.00, 0.88, 0.07. Web safe color of #2aed1d is #33ff33. Color #2aed1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11101101 00011101
Octal 52 355 35
Decimal 42 237 29
Hex 2A ED 1D

RGB Percentages of Color #2aed1d

%13.64
%76.95
%9.42

CMYK Percentages of Color #2aed1d

%82
%0
%88
%7

Triadic Colors of #2aed1d

#2aed1d #1d2aed #ed1d2a

Analogous Colors of #2aed1d

#2aed1d #1ded78 #92ed1d

Monochromatic Colors of #2aed1d

#2aed1d

Complementary Color

#2aed1d #e01ded

#2aed1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aed1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aed1d Color CSS Codes

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

#2aed1d Text Font Color

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

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


#2aed1d Background Color

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

This div background color is #2aed1d


#2aed1d Border Color

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

This div border color is #2aed1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,237,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2aed1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2aed1d;
  -webkit-box-shadow: 1px 1px 3px 2px #2aed1d;
  box-shadow:         1px 1px 3px 2px #2aed1d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,237,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aed1d


Comments

No comments written yet.

Please login to write comment.