Color Hex Logo

#1d729a Color Hex

#1D729A
(29,114,154)
0 Favorites   0 Comments

Color spaces of #1d729a

RGB 29114154
HSL0.550.680.36
HSV199°81°60°
CMYK 0.810.260.00   0.40
XYZ12.356714.628932.7442
Yxy14.62890.20690.2449
Hunter Lab38.2477-9.2656-23.9852
CIE-Lab45.1217-10.1616-28.6127

#1d729a color RGB value is (29,114,154).

#1d729a hex color red value is 29, green value is 114 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #1d729a hue: 0.55 , saturation: 0.68 and the lightness value of 1d729a is 0.36.

The process color (four color CMYK) of #1d729a color hex is 0.81, 0.26, 0.00, 0.40. Web safe color of #1d729a is #336699. Color #1d729a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01110010 10011010
Octal 35 162 232
Decimal 29 114 154
Hex 1D 72 9A

RGB Percentages of Color #1d729a

%9.76
%38.38
%51.85

CMYK Percentages of Color #1d729a

%81
%26
%0
%40

Triadic Colors of #1d729a

#1d729a #9a1d72 #729a1d

Analogous Colors of #1d729a

#1d729a #1d349a #1d9a84

Monochromatic Colors of #1d729a

#1d729a

Complementary Color

#1d729a #9a451d

#1d729a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d729a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d729a Color CSS Codes

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

#1d729a Text Font Color

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

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


#1d729a Background Color

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

This div background color is #1d729a


#1d729a Border Color

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

This div border color is #1d729a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d729a


Comments

No comments written yet.

Please login to write comment.