Color Hex Logo

#1d74ae Color Hex

#1D74AE
(29,116,174)
0 Favorites   0 Comments

Color spaces of #1d74ae

RGB 29116174
HSL0.570.710.40
HSV204°83°68°
CMYK 0.830.330.00   0.32
XYZ14.392115.808042.3371
Yxy15.80800.19840.2179
Hunter Lab39.7593-4.9651-35.3026
CIE-Lab46.7216-3.8508-37.8361

#1d74ae color RGB value is (29,116,174).

#1d74ae hex color red value is 29, green value is 116 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1d74ae hue: 0.57 , saturation: 0.71 and the lightness value of 1d74ae is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 01110100 10101110
Octal 35 164 256
Decimal 29 116 174
Hex 1D 74 AE

RGB Percentages of Color #1d74ae

%9.09
%36.36
%54.55

CMYK Percentages of Color #1d74ae

%83
%33
%0
%32

Triadic Colors of #1d74ae

#1d74ae #ae1d74 #74ae1d

Analogous Colors of #1d74ae

#1d74ae #1d2bae #1daea0

Monochromatic Colors of #1d74ae

#1d74ae

Complementary Color

#1d74ae #ae571d

#1d74ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d74ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d74ae Color CSS Codes

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

#1d74ae Text Font Color

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

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


#1d74ae Background Color

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

This div background color is #1d74ae


#1d74ae Border Color

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

This div border color is #1d74ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d74ae


Comments

No comments written yet.

Please login to write comment.