Color Hex Logo

#1da24b Color Hex

#1DA24B
(29,162,75)
0 Favorites   0 Comments

Color spaces of #1da24b

RGB 2916275
HSL0.390.700.37
HSV141°82°64°
CMYK 0.820.000.54   0.36
XYZ14.697026.609911.0182
Yxy26.60990.28090.5085
Hunter Lab51.5848-39.417023.4454
CIE-Lab58.6115-53.231635.4410

#1da24b color RGB value is (29,162,75).

#1da24b hex color red value is 29, green value is 162 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #1da24b hue: 0.39 , saturation: 0.70 and the lightness value of 1da24b is 0.37.

The process color (four color CMYK) of #1da24b color hex is 0.82, 0.00, 0.54, 0.36. Web safe color of #1da24b is #339933. Color #1da24b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10100010 01001011
Octal 35 242 113
Decimal 29 162 75
Hex 1D A2 4B

RGB Percentages of Color #1da24b

%10.90
%60.90
%28.20

CMYK Percentages of Color #1da24b

%82
%0
%54
%36

Triadic Colors of #1da24b

#1da24b #4b1da2 #a24b1d

Analogous Colors of #1da24b

#1da24b #1da28e #32a21d

Monochromatic Colors of #1da24b

#1da24b

Complementary Color

#1da24b #a21d74

#1da24b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1da24b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1da24b Color CSS Codes

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

#1da24b Text Font Color

<p style="color:#1da24b">Text here</p>

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


#1da24b Background Color

<div style="background-color:#1da24b">
Div content here</div>

This div background color is #1da24b


#1da24b Border Color

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

This div border color is #1da24b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1da24b


Comments

No comments written yet.

Please login to write comment.