Color Hex Logo

#1d6eaf Color Hex

#1D6EAF
(29,110,175)
0 Favorites   0 Comments

Color spaces of #1d6eaf

RGB 29110175
HSL0.570.720.40
HSV207°83°69°
CMYK 0.830.370.00   0.31
XYZ13.820514.508242.6294
Yxy14.50820.19480.2045
Hunter Lab38.0896-1.8896-39.6938
CIE-Lab44.95310.1960-41.2204

#1d6eaf color RGB value is (29,110,175).

#1d6eaf hex color red value is 29, green value is 110 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1d6eaf hue: 0.57 , saturation: 0.72 and the lightness value of 1d6eaf is 0.40.

The process color (four color CMYK) of #1d6eaf color hex is 0.83, 0.37, 0.00, 0.31. Web safe color of #1d6eaf is #336699. Color #1d6eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01101110 10101111
Octal 35 156 257
Decimal 29 110 175
Hex 1D 6E AF

RGB Percentages of Color #1d6eaf

%9.24
%35.03
%55.73

CMYK Percentages of Color #1d6eaf

%83
%37
%0
%31

Triadic Colors of #1d6eaf

#1d6eaf #af1d6e #6eaf1d

Analogous Colors of #1d6eaf

#1d6eaf #1d25af #1dafa7

Monochromatic Colors of #1d6eaf

#1d6eaf

Complementary Color

#1d6eaf #af5e1d

#1d6eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d6eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d6eaf Color CSS Codes

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

#1d6eaf Text Font Color

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

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


#1d6eaf Background Color

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

This div background color is #1d6eaf


#1d6eaf Border Color

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

This div border color is #1d6eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d6eaf


Comments

No comments written yet.

Please login to write comment.