Color Hex Logo

#1d5eac Color Hex

#1D5EAC
(29,94,172)
0 Favorites   0 Comments

Color spaces of #1d5eac

RGB 2994172
HSL0.590.710.39
HSV213°83°67°
CMYK 0.830.450.00   0.33
XYZ11.955811.245240.5701
Yxy11.24520.18750.1763
Hunter Lab33.53394.9562-48.2568
CIE-Lab39.99049.1864-47.3818

#1d5eac color RGB value is (29,94,172).

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

The process color (four color CMYK) of #1d5eac color hex is 0.83, 0.45, 0.00, 0.33. Web safe color of #1d5eac is #336699. Color #1d5eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01011110 10101100
Octal 35 136 254
Decimal 29 94 172
Hex 1D 5E AC

RGB Percentages of Color #1d5eac

%9.83
%31.86
%58.31

CMYK Percentages of Color #1d5eac

%83
%45
%0
%33

Triadic Colors of #1d5eac

#1d5eac #ac1d5e #5eac1d

Analogous Colors of #1d5eac

#1d5eac #231dac #1da6ac

Monochromatic Colors of #1d5eac

#1d5eac

Complementary Color

#1d5eac #ac6b1d

#1d5eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d5eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d5eac Color CSS Codes

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

#1d5eac Text Font Color

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

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


#1d5eac Background Color

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

This div background color is #1d5eac


#1d5eac Border Color

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

This div border color is #1d5eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d5eac


Comments

No comments written yet.

Please login to write comment.