Color Hex Logo

#1d84ab Color Hex

#1D84AB
(29,132,171)
0 Favorites   0 Comments

Color spaces of #1d84ab

RGB 29132171
HSL0.550.710.39
HSV196°83°67°
CMYK 0.830.230.00   0.33
XYZ16.108619.704041.4823
Yxy19.70400.20840.2549
Hunter Lab44.3892-12.9044-24.3349
CIE-Lab51.5009-14.2517-28.6068

#1d84ab color RGB value is (29,132,171).

#1d84ab hex color red value is 29, green value is 132 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1d84ab hue: 0.55 , saturation: 0.71 and the lightness value of 1d84ab is 0.39.

The process color (four color CMYK) of #1d84ab color hex is 0.83, 0.23, 0.00, 0.33. Web safe color of #1d84ab is #339999. Color #1d84ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10000100 10101011
Octal 35 204 253
Decimal 29 132 171
Hex 1D 84 AB

RGB Percentages of Color #1d84ab

%8.73
%39.76
%51.51

CMYK Percentages of Color #1d84ab

%83
%23
%0
%33

Triadic Colors of #1d84ab

#1d84ab #ab1d84 #84ab1d

Analogous Colors of #1d84ab

#1d84ab #1d3dab #1dab8b

Monochromatic Colors of #1d84ab

#1d84ab

Complementary Color

#1d84ab #ab441d

#1d84ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d84ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d84ab Color CSS Codes

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

#1d84ab Text Font Color

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

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


#1d84ab Background Color

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

This div background color is #1d84ab


#1d84ab Border Color

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

This div border color is #1d84ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d84ab


Comments

No comments written yet.

Please login to write comment.