Color Hex Logo

#1d709d Color Hex

#1D709D
(29,112,157)
0 Favorites   0 Comments

Color spaces of #1d709d

RGB 29112157
HSL0.560.690.36
HSV201°82°62°
CMYK 0.820.290.00   0.38
XYZ12.386714.283934.0025
Yxy14.28390.20420.2354
Hunter Lab37.7940-7.6376-26.8861
CIE-Lab44.6374-7.8692-31.1425

#1d709d color RGB value is (29,112,157).

#1d709d hex color red value is 29, green value is 112 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #1d709d hue: 0.56 , saturation: 0.69 and the lightness value of 1d709d is 0.36.

The process color (four color CMYK) of #1d709d color hex is 0.82, 0.29, 0.00, 0.38. Web safe color of #1d709d is #336699. Color #1d709d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01110000 10011101
Octal 35 160 235
Decimal 29 112 157
Hex 1D 70 9D

RGB Percentages of Color #1d709d

%9.73
%37.58
%52.68

CMYK Percentages of Color #1d709d

%82
%29
%0
%38

Triadic Colors of #1d709d

#1d709d #9d1d70 #709d1d

Analogous Colors of #1d709d

#1d709d #1d309d #1d9d8a

Monochromatic Colors of #1d709d

#1d709d

Complementary Color

#1d709d #9d4a1d

#1d709d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d709d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d709d Color CSS Codes

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

#1d709d Text Font Color

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

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


#1d709d Background Color

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

This div background color is #1d709d


#1d709d Border Color

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

This div border color is #1d709d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d709d


Comments

No comments written yet.

Please login to write comment.