Color Hex Logo

#1d464b Color Hex

#1D464B
(29,70,75)
0 Favorites   0 Comments

Color spaces of #1d464b

RGB 297075
HSL0.520.440.20
HSV187°61°29°
CMYK 0.610.070.00   0.71
XYZ3.96695.14957.4415
Yxy5.14950.23960.3110
Hunter Lab22.6925-8.5081-3.5581
CIE-Lab27.1565-12.5828-7.3627

#1d464b color RGB value is (29,70,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 01000110 01001011
Octal 35 106 113
Decimal 29 70 75
Hex 1D 46 4B

RGB Percentages of Color #1d464b

%16.67
%40.23
%43.10

CMYK Percentages of Color #1d464b

%61
%7
%0
%71

Triadic Colors of #1d464b

#1d464b #4b1d46 #464b1d

Analogous Colors of #1d464b

#1d464b #1d2f4b #1d4b39

Monochromatic Colors of #1d464b

#1d464b

Complementary Color

#1d464b #4b221d

#1d464b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d464b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d464b Color CSS Codes

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

#1d464b Text Font Color

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

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


#1d464b Background Color

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

This div background color is #1d464b


#1d464b Border Color

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

This div border color is #1d464b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d464b


Comments

No comments written yet.

Please login to write comment.