Color Hex Logo

#1d675f Color Hex

#1D675F
(29,103,95)
0 Favorites   0 Comments

Color spaces of #1d675f

RGB 2910395
HSL0.480.560.26
HSV174°72°40°
CMYK 0.720.000.08   0.60
XYZ7.422510.787912.5175
Yxy10.78790.24160.3511
Hunter Lab32.8449-17.14010.3955
CIE-Lab39.2209-24.3034-2.0399

#1d675f color RGB value is (29,103,95).

#1d675f hex color red value is 29, green value is 103 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #1d675f hue: 0.48 , saturation: 0.56 and the lightness value of 1d675f is 0.26.

The process color (four color CMYK) of #1d675f color hex is 0.72, 0.00, 0.08, 0.60. Web safe color of #1d675f is #336666. Color #1d675f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01100111 01011111
Octal 35 147 137
Decimal 29 103 95
Hex 1D 67 5F

RGB Percentages of Color #1d675f

%12.78
%45.37
%41.85

CMYK Percentages of Color #1d675f

%72
%0
%8
%60

Triadic Colors of #1d675f

#1d675f #5f1d67 #675f1d

Analogous Colors of #1d675f

#1d675f #1d4a67 #1d673a

Monochromatic Colors of #1d675f

#1d675f

Complementary Color

#1d675f #671d25

#1d675f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d675f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d675f Color CSS Codes

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

#1d675f Text Font Color

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

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


#1d675f Background Color

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

This div background color is #1d675f


#1d675f Border Color

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

This div border color is #1d675f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d675f


Comments

No comments written yet.

Please login to write comment.