Color Hex Logo

#1d6dcd Color Hex

#1D6DCD
(29,109,205)
0 Favorites   0 Comments

Color spaces of #1d6dcd

RGB 29109205
HSL0.590.750.46
HSV213°86°80°
CMYK 0.860.470.00   0.20
XYZ16.994815.606359.8742
Yxy15.60630.18380.1688
Hunter Lab39.50487.6565-62.2076
CIE-Lab46.453712.4874-56.1751

#1d6dcd color RGB value is (29,109,205).

#1d6dcd hex color red value is 29, green value is 109 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1d6dcd hue: 0.59 , saturation: 0.75 and the lightness value of 1d6dcd is 0.46.

The process color (four color CMYK) of #1d6dcd color hex is 0.86, 0.47, 0.00, 0.20. Web safe color of #1d6dcd is #3366cc. Color #1d6dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01101101 11001101
Octal 35 155 315
Decimal 29 109 205
Hex 1D 6D CD

RGB Percentages of Color #1d6dcd

%8.45
%31.78
%59.77

CMYK Percentages of Color #1d6dcd

%86
%47
%0
%20

Triadic Colors of #1d6dcd

#1d6dcd #cd1d6d #6dcd1d

Analogous Colors of #1d6dcd

#1d6dcd #251dcd #1dc5cd

Monochromatic Colors of #1d6dcd

#1d6dcd

Complementary Color

#1d6dcd #cd7d1d

#1d6dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d6dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d6dcd Color CSS Codes

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

#1d6dcd Text Font Color

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

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


#1d6dcd Background Color

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

This div background color is #1d6dcd


#1d6dcd Border Color

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

This div border color is #1d6dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d6dcd


Comments

No comments written yet.

Please login to write comment.