Color Hex Logo

#1d68aa Color Hex

#1D68AA
(29,104,170)
0 Favorites   0 Comments

Color spaces of #1d68aa

RGB 29104170
HSL0.580.710.39
HSV208°83°67°
CMYK 0.830.390.00   0.33
XYZ12.712713.064139.8818
Yxy13.06410.19360.1990
Hunter Lab36.1443-0.4704-40.1199
CIE-Lab42.85971.9979-41.6162

#1d68aa color RGB value is (29,104,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 01101000 10101010
Octal 35 150 252
Decimal 29 104 170
Hex 1D 68 AA

RGB Percentages of Color #1d68aa

%9.57
%34.32
%56.11

CMYK Percentages of Color #1d68aa

%83
%39
%0
%33

Triadic Colors of #1d68aa

#1d68aa #aa1d68 #68aa1d

Analogous Colors of #1d68aa

#1d68aa #1d21aa #1daaa6

Monochromatic Colors of #1d68aa

#1d68aa

Complementary Color

#1d68aa #aa5f1d

#1d68aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d68aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d68aa Color CSS Codes

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

#1d68aa Text Font Color

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

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


#1d68aa Background Color

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

This div background color is #1d68aa


#1d68aa Border Color

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

This div border color is #1d68aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d68aa


Comments

No comments written yet.

Please login to write comment.