Color Hex Logo

#1d2eba Color Hex

#1D2EBA
(29,46,186)
0 Favorites   0 Comments

Color spaces of #1d2eba

RGB 2946186
HSL0.650.730.42
HSV234°84°73°
CMYK 0.840.750.00   0.27
XYZ10.34665.760447.0209
Yxy5.76040.16390.0912
Hunter Lab24.000834.9487-99.3566
CIE-Lab28.799745.6365-73.9318

#1d2eba color RGB value is (29,46,186).

#1d2eba hex color red value is 29, green value is 46 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1d2eba hue: 0.65 , saturation: 0.73 and the lightness value of 1d2eba is 0.42.

The process color (four color CMYK) of #1d2eba color hex is 0.84, 0.75, 0.00, 0.27. Web safe color of #1d2eba is #3333cc. Color #1d2eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00101110 10111010
Octal 35 56 272
Decimal 29 46 186
Hex 1D 2E BA

RGB Percentages of Color #1d2eba

%11.11
%17.62
%71.26

CMYK Percentages of Color #1d2eba

%84
%75
%0
%27

Triadic Colors of #1d2eba

#1d2eba #ba1d2e #2eba1d

Analogous Colors of #1d2eba

#1d2eba #5b1dba #1d7dba

Monochromatic Colors of #1d2eba

#1d2eba

Complementary Color

#1d2eba #baa91d

#1d2eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d2eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d2eba Color CSS Codes

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

#1d2eba Text Font Color

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

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


#1d2eba Background Color

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

This div background color is #1d2eba


#1d2eba Border Color

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

This div border color is #1d2eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d2eba


Comments

No comments written yet.

Please login to write comment.