Color Hex Logo

#1d897f Color Hex

#1D897F
(29,137,127)
0 Favorites   0 Comments

Color spaces of #1d897f

RGB 29137127
HSL0.480.650.33
HSV174°79°54°
CMYK 0.790.000.07   0.46
XYZ13.283119.684823.1781
Yxy19.68480.23660.3506
Hunter Lab44.3676-24.20250.0835
CIE-Lab51.4790-31.3856-3.0748

#1d897f color RGB value is (29,137,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10001001 01111111
Octal 35 211 177
Decimal 29 137 127
Hex 1D 89 7F

RGB Percentages of Color #1d897f

%9.90
%46.76
%43.34

CMYK Percentages of Color #1d897f

%79
%0
%7
%46

Triadic Colors of #1d897f

#1d897f #7f1d89 #897f1d

Analogous Colors of #1d897f

#1d897f #1d5d89 #1d8949

Monochromatic Colors of #1d897f

#1d897f

Complementary Color

#1d897f #891d27

#1d897f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d897f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d897f Color CSS Codes

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

#1d897f Text Font Color

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

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


#1d897f Background Color

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

This div background color is #1d897f


#1d897f Border Color

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

This div border color is #1d897f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d897f


Comments

No comments written yet.

Please login to write comment.