Color Hex Logo

#1d896e Color Hex

#1D896E
(29,137,110)
0 Favorites   0 Comments

Color spaces of #1d896e

RGB 29137110
HSL0.460.650.33
HSV165°79°54°
CMYK 0.790.000.20   0.46
XYZ12.266819.278317.8264
Yxy19.27830.24850.3905
Hunter Lab43.9071-26.96786.6630
CIE-Lab51.0112-36.16346.1247

#1d896e color RGB value is (29,137,110).

#1d896e hex color red value is 29, green value is 137 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #1d896e hue: 0.46 , saturation: 0.65 and the lightness value of 1d896e is 0.33.

The process color (four color CMYK) of #1d896e color hex is 0.79, 0.00, 0.20, 0.46. Web safe color of #1d896e is #339966. Color #1d896e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10001001 01101110
Octal 35 211 156
Decimal 29 137 110
Hex 1D 89 6E

RGB Percentages of Color #1d896e

%10.51
%49.64
%39.86

CMYK Percentages of Color #1d896e

%79
%0
%20
%46

Triadic Colors of #1d896e

#1d896e #6e1d89 #896e1d

Analogous Colors of #1d896e

#1d896e #1d6e89 #1d8938

Monochromatic Colors of #1d896e

#1d896e

Complementary Color

#1d896e #891d38

#1d896e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d896e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d896e Color CSS Codes

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

#1d896e Text Font Color

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

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


#1d896e Background Color

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

This div background color is #1d896e


#1d896e Border Color

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

This div border color is #1d896e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d896e


Comments

No comments written yet.

Please login to write comment.