Color Hex Logo

#1d984b Color Hex

#1D984B
(29,152,75)
0 Favorites   0 Comments

Color spaces of #1d984b

RGB 2915275
HSL0.400.680.35
HSV142°81°60°
CMYK 0.810.000.51   0.40
XYZ13.004923.225710.4542
Yxy23.22570.27860.4975
Hunter Lab48.1930-36.169620.8737
CIE-Lab55.3041-49.697431.3567

#1d984b color RGB value is (29,152,75).

#1d984b hex color red value is 29, green value is 152 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #1d984b hue: 0.40 , saturation: 0.68 and the lightness value of 1d984b is 0.35.

The process color (four color CMYK) of #1d984b color hex is 0.81, 0.00, 0.51, 0.40. Web safe color of #1d984b is #339933. Color #1d984b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10011000 01001011
Octal 35 230 113
Decimal 29 152 75
Hex 1D 98 4B

RGB Percentages of Color #1d984b

%11.33
%59.38
%29.30

CMYK Percentages of Color #1d984b

%81
%0
%51
%40

Triadic Colors of #1d984b

#1d984b #4b1d98 #984b1d

Analogous Colors of #1d984b

#1d984b #1d9889 #2d981d

Monochromatic Colors of #1d984b

#1d984b

Complementary Color

#1d984b #981d6a

#1d984b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d984b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d984b Color CSS Codes

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

#1d984b Text Font Color

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

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


#1d984b Background Color

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

This div background color is #1d984b


#1d984b Border Color

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

This div border color is #1d984b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,152,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 #1d984b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d984b


Comments

No comments written yet.

Please login to write comment.