Color Hex Logo

#1d4ede Color Hex

#1D4EDE
(29,78,222)
0 Favorites   0 Comments

Color spaces of #1d4ede

RGB 2978222
HSL0.620.770.49
HSV225°87°87°
CMYK 0.870.650.00   0.13
XYZ16.415910.983970.3621
Yxy10.98390.16790.1124
Hunter Lab33.142030.4163-102.6763
CIE-Lab39.553338.9948-77.1295

#1d4ede color RGB value is (29,78,222).

#1d4ede hex color red value is 29, green value is 78 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #1d4ede hue: 0.62 , saturation: 0.77 and the lightness value of 1d4ede is 0.49.

The process color (four color CMYK) of #1d4ede color hex is 0.87, 0.65, 0.00, 0.13. Web safe color of #1d4ede is #3366cc. Color #1d4ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01001110 11011110
Octal 35 116 336
Decimal 29 78 222
Hex 1D 4E DE

RGB Percentages of Color #1d4ede

%8.81
%23.71
%67.48

CMYK Percentages of Color #1d4ede

%87
%65
%0
%13

Triadic Colors of #1d4ede

#1d4ede #de1d4e #4ede1d

Analogous Colors of #1d4ede

#1d4ede #4c1dde #1dafde

Monochromatic Colors of #1d4ede

#1d4ede

Complementary Color

#1d4ede #dead1d

#1d4ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d4ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d4ede Color CSS Codes

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

#1d4ede Text Font Color

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

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


#1d4ede Background Color

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

This div background color is #1d4ede


#1d4ede Border Color

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

This div border color is #1d4ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d4ede


Comments

No comments written yet.

Please login to write comment.