Color Hex Logo

#1d9061 Color Hex

#1D9061
(29,144,97)
0 Favorites   0 Comments

Color spaces of #1d9061

RGB 2914497
HSL0.430.660.34
HSV155°80°56°
CMYK 0.800.000.33   0.44
XYZ12.637621.070814.7103
Yxy21.07080.26100.4352
Hunter Lab45.9029-31.187113.1317
CIE-Lab53.0269-42.330916.3875

#1d9061 color RGB value is (29,144,97).

#1d9061 hex color red value is 29, green value is 144 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #1d9061 hue: 0.43 , saturation: 0.66 and the lightness value of 1d9061 is 0.34.

The process color (four color CMYK) of #1d9061 color hex is 0.80, 0.00, 0.33, 0.44. Web safe color of #1d9061 is #339966. Color #1d9061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10010000 01100001
Octal 35 220 141
Decimal 29 144 97
Hex 1D 90 61

RGB Percentages of Color #1d9061

%10.74
%53.33
%35.93

CMYK Percentages of Color #1d9061

%80
%0
%33
%44

Triadic Colors of #1d9061

#1d9061 #611d90 #90611d

Analogous Colors of #1d9061

#1d9061 #1d8690 #1d9028

Monochromatic Colors of #1d9061

#1d9061

Complementary Color

#1d9061 #901d4c

#1d9061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d9061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d9061 Color CSS Codes

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

#1d9061 Text Font Color

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

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


#1d9061 Background Color

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

This div background color is #1d9061


#1d9061 Border Color

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

This div border color is #1d9061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d9061


Comments

No comments written yet.

Please login to write comment.