Color Hex Logo

#1d353b Color Hex

#1D353B
(29,53,59)
0 Favorites   0 Comments

Color spaces of #1d353b

RGB 295359
HSL0.530.340.17
HSV192°51°23°
CMYK 0.510.100.00   0.77
XYZ2.56923.12324.6051
Yxy3.12320.24950.3033
Hunter Lab17.6726-4.9771-3.0789
CIE-Lab20.5307-7.4028-6.6984

#1d353b color RGB value is (29,53,59).

#1d353b hex color red value is 29, green value is 53 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #1d353b hue: 0.53 , saturation: 0.34 and the lightness value of 1d353b is 0.17.

The process color (four color CMYK) of #1d353b color hex is 0.51, 0.10, 0.00, 0.77. Web safe color of #1d353b is #333333. Color #1d353b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00110101 00111011
Octal 35 65 73
Decimal 29 53 59
Hex 1D 35 3B

RGB Percentages of Color #1d353b

%20.57
%37.59
%41.84

CMYK Percentages of Color #1d353b

%51
%10
%0
%77

Triadic Colors of #1d353b

#1d353b #3b1d35 #353b1d

Analogous Colors of #1d353b

#1d353b #1d263b #1d3b32

Monochromatic Colors of #1d353b

#1d353b

Complementary Color

#1d353b #3b231d

#1d353b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d353b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d353b Color CSS Codes

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

#1d353b Text Font Color

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

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


#1d353b Background Color

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

This div background color is #1d353b


#1d353b Border Color

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

This div border color is #1d353b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d353b


Comments

No comments written yet.

Please login to write comment.