Color Hex Logo

#1d6dcb Color Hex

#1D6DCB
(29,109,203)
0 Favorites   0 Comments

Color spaces of #1d6dcb

RGB 29109203
HSL0.590.750.45
HSV212°86°80°
CMYK 0.860.460.00   0.20
XYZ16.754815.510358.6106
Yxy15.51030.18440.1707
Hunter Lab39.38317.0190-60.6682
CIE-Lab46.325311.7082-55.2354

#1d6dcb color RGB value is (29,109,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 01101101 11001011
Octal 35 155 313
Decimal 29 109 203
Hex 1D 6D CB

RGB Percentages of Color #1d6dcb

%8.50
%31.96
%59.53

CMYK Percentages of Color #1d6dcb

%86
%46
%0
%20

Triadic Colors of #1d6dcb

#1d6dcb #cb1d6d #6dcb1d

Analogous Colors of #1d6dcb

#1d6dcb #241dcb #1dc4cb

Monochromatic Colors of #1d6dcb

#1d6dcb

Complementary Color

#1d6dcb #cb7b1d

#1d6dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d6dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d6dcb Color CSS Codes

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

#1d6dcb Text Font Color

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

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


#1d6dcb Background Color

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

This div background color is #1d6dcb


#1d6dcb Border Color

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

This div border color is #1d6dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d6dcb


Comments

No comments written yet.

Please login to write comment.