Color Hex Logo

#1d595e Color Hex

#1D595E
(29,89,94)
0 Favorites   0 Comments

Color spaces of #1d595e

RGB 298994
HSL0.510.530.24
HSV185°69°37°
CMYK 0.690.050.00   0.63
XYZ6.09958.214111.8537
Yxy8.21410.23310.3139
Hunter Lab28.6603-12.1669-4.4598
CIE-Lab34.4249-17.1679-8.5587

#1d595e color RGB value is (29,89,94).

#1d595e hex color red value is 29, green value is 89 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #1d595e hue: 0.51 , saturation: 0.53 and the lightness value of 1d595e is 0.24.

The process color (four color CMYK) of #1d595e color hex is 0.69, 0.05, 0.00, 0.63. Web safe color of #1d595e is #336666. Color #1d595e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01011001 01011110
Octal 35 131 136
Decimal 29 89 94
Hex 1D 59 5E

RGB Percentages of Color #1d595e

%13.68
%41.98
%44.34

CMYK Percentages of Color #1d595e

%69
%5
%0
%63

Triadic Colors of #1d595e

#1d595e #5e1d59 #595e1d

Analogous Colors of #1d595e

#1d595e #1d395e #1d5e43

Monochromatic Colors of #1d595e

#1d595e

Complementary Color

#1d595e #5e221d

#1d595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d595e Color CSS Codes

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

#1d595e Text Font Color

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

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


#1d595e Background Color

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

This div background color is #1d595e


#1d595e Border Color

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

This div border color is #1d595e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d595e


Comments

No comments written yet.

Please login to write comment.