Color Hex Logo

#1d434a Color Hex

#1D434A
(29,67,74)
0 Favorites   0 Comments

Color spaces of #1d434a

RGB 296774
HSL0.530.440.20
HSV189°61°29°
CMYK 0.610.090.00   0.71
XYZ3.74994.76997.2016
Yxy4.76990.23850.3034
Hunter Lab21.8401-7.5721-4.2623
CIE-Lab26.0689-11.1167-8.3496

#1d434a color RGB value is (29,67,74).

#1d434a hex color red value is 29, green value is 67 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #1d434a hue: 0.53 , saturation: 0.44 and the lightness value of 1d434a is 0.20.

The process color (four color CMYK) of #1d434a color hex is 0.61, 0.09, 0.00, 0.71. Web safe color of #1d434a is #333333. Color #1d434a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01000011 01001010
Octal 35 103 112
Decimal 29 67 74
Hex 1D 43 4A

RGB Percentages of Color #1d434a

%17.06
%39.41
%43.53

CMYK Percentages of Color #1d434a

%61
%9
%0
%71

Triadic Colors of #1d434a

#1d434a #4a1d43 #434a1d

Analogous Colors of #1d434a

#1d434a #1d2d4a #1d4a3b

Monochromatic Colors of #1d434a

#1d434a

Complementary Color

#1d434a #4a241d

#1d434a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d434a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d434a Color CSS Codes

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

#1d434a Text Font Color

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

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


#1d434a Background Color

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

This div background color is #1d434a


#1d434a Border Color

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

This div border color is #1d434a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d434a


Comments

No comments written yet.

Please login to write comment.