Color Hex Logo

#1d669d Color Hex

#1D669D
(29,102,157)
0 Favorites   0 Comments

Color spaces of #1d669d

RGB 29102157
HSL0.570.690.36
HSV206°82°62°
CMYK 0.820.350.00   0.38
XYZ11.343912.198333.6549
Yxy12.19830.19830.2133
Hunter Lab34.9261-3.1443-32.6838
CIE-Lab41.5296-1.7969-36.0368

#1d669d color RGB value is (29,102,157).

#1d669d hex color red value is 29, green value is 102 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #1d669d hue: 0.57 , saturation: 0.69 and the lightness value of 1d669d is 0.36.

The process color (four color CMYK) of #1d669d color hex is 0.82, 0.35, 0.00, 0.38. Web safe color of #1d669d is #336699. Color #1d669d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01100110 10011101
Octal 35 146 235
Decimal 29 102 157
Hex 1D 66 9D

RGB Percentages of Color #1d669d

%10.07
%35.42
%54.51

CMYK Percentages of Color #1d669d

%82
%35
%0
%38

Triadic Colors of #1d669d

#1d669d #9d1d66 #669d1d

Analogous Colors of #1d669d

#1d669d #1d269d #1d9d94

Monochromatic Colors of #1d669d

#1d669d

Complementary Color

#1d669d #9d541d

#1d669d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d669d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d669d Color CSS Codes

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

#1d669d Text Font Color

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

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


#1d669d Background Color

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

This div background color is #1d669d


#1d669d Border Color

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

This div border color is #1d669d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d669d

#1d669d Color Palettes


Comments

No comments written yet.

Please login to write comment.