Color Hex Logo

#1d5daa Color Hex

#1D5DAA
(29,93,170)
0 Favorites   0 Comments

Color spaces of #1d5daa

RGB 2993170
HSL0.590.710.39
HSV213°83°67°
CMYK 0.830.450.00   0.33
XYZ11.676710.992239.5365
Yxy10.99220.18770.1767
Hunter Lab33.15454.8457-47.4948
CIE-Lab39.56739.0453-46.8785

#1d5daa color RGB value is (29,93,170).

#1d5daa hex color red value is 29, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1d5daa hue: 0.59 , saturation: 0.71 and the lightness value of 1d5daa is 0.39.

The process color (four color CMYK) of #1d5daa color hex is 0.83, 0.45, 0.00, 0.33. Web safe color of #1d5daa is #336699. Color #1d5daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01011101 10101010
Octal 35 135 252
Decimal 29 93 170
Hex 1D 5D AA

RGB Percentages of Color #1d5daa

%9.93
%31.85
%58.22

CMYK Percentages of Color #1d5daa

%83
%45
%0
%33

Triadic Colors of #1d5daa

#1d5daa #aa1d5d #5daa1d

Analogous Colors of #1d5daa

#1d5daa #241daa #1da4aa

Monochromatic Colors of #1d5daa

#1d5daa

Complementary Color

#1d5daa #aa6a1d

#1d5daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d5daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d5daa Color CSS Codes

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

#1d5daa Text Font Color

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

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


#1d5daa Background Color

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

This div background color is #1d5daa


#1d5daa Border Color

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

This div border color is #1d5daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d5daa


Comments

No comments written yet.

Please login to write comment.