Color Hex Logo

#1d7dac Color Hex

#1D7DAC
(29,125,172)
0 Favorites   0 Comments

Color spaces of #1d7dac

RGB 29125172
HSL0.550.710.39
HSV200°83°67°
CMYK 0.830.270.00   0.33
XYZ15.286717.907041.6804
Yxy17.90700.20420.2392
Hunter Lab42.3167-9.5719-28.7769
CIE-Lab49.3831-9.9117-32.4885

#1d7dac color RGB value is (29,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 01111101 10101100
Octal 35 175 254
Decimal 29 125 172
Hex 1D 7D AC

RGB Percentages of Color #1d7dac

%8.90
%38.34
%52.76

CMYK Percentages of Color #1d7dac

%83
%27
%0
%33

Triadic Colors of #1d7dac

#1d7dac #ac1d7d #7dac1d

Analogous Colors of #1d7dac

#1d7dac #1d36ac #1dac94

Monochromatic Colors of #1d7dac

#1d7dac

Complementary Color

#1d7dac #ac4c1d

#1d7dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d7dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d7dac Color CSS Codes

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

#1d7dac Text Font Color

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

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


#1d7dac Background Color

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

This div background color is #1d7dac


#1d7dac Border Color

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

This div border color is #1d7dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,125,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 #1d7dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d7dac


Comments

No comments written yet.

Please login to write comment.