Color Hex Logo

#1d3ecc Color Hex

#1D3ECC
(29,62,204)
0 Favorites   0 Comments

Color spaces of #1d3ecc

RGB 2962204
HSL0.640.750.46
HSV229°86°80°
CMYK 0.860.700.00   0.20
XYZ13.12848.066157.9917
Yxy8.06610.16580.1019
Hunter Lab28.400932.8107-101.1835
CIE-Lab34.120242.4255-75.7042

#1d3ecc color RGB value is (29,62,204).

#1d3ecc hex color red value is 29, green value is 62 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1d3ecc hue: 0.64 , saturation: 0.75 and the lightness value of 1d3ecc is 0.46.

The process color (four color CMYK) of #1d3ecc color hex is 0.86, 0.70, 0.00, 0.20. Web safe color of #1d3ecc is #3333cc. Color #1d3ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00111110 11001100
Octal 35 76 314
Decimal 29 62 204
Hex 1D 3E CC

RGB Percentages of Color #1d3ecc

%9.83
%21.02
%69.15

CMYK Percentages of Color #1d3ecc

%86
%70
%0
%20

Triadic Colors of #1d3ecc

#1d3ecc #cc1d3e #3ecc1d

Analogous Colors of #1d3ecc

#1d3ecc #541dcc #1d96cc

Monochromatic Colors of #1d3ecc

#1d3ecc

Complementary Color

#1d3ecc #ccab1d

#1d3ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d3ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d3ecc Color CSS Codes

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

#1d3ecc Text Font Color

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

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


#1d3ecc Background Color

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

This div background color is #1d3ecc


#1d3ecc Border Color

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

This div border color is #1d3ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d3ecc


Comments

No comments written yet.

Please login to write comment.