Color Hex Logo

#1d0efe Color Hex

#1D0EFE
(29,14,254)
0 Favorites   0 Comments

Color spaces of #1d0efe

RGB 2914254
HSL0.680.990.53
HSV244°94°100°
CMYK 0.890.940.00   0.00
XYZ18.55317.731094.2803
Yxy7.73100.15390.0641
Hunter Lab27.804770.4487-181.5777
CIE-Lab33.416377.0421-105.4262

#1d0efe color RGB value is (29,14,254).

#1d0efe hex color red value is 29, green value is 14 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #1d0efe hue: 0.68 , saturation: 0.99 and the lightness value of 1d0efe is 0.53.

The process color (four color CMYK) of #1d0efe color hex is 0.89, 0.94, 0.00, 0.00. Web safe color of #1d0efe is #3300ff. Color #1d0efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00001110 11111110
Octal 35 16 376
Decimal 29 14 254
Hex 1D E FE

RGB Percentages of Color #1d0efe

%9.76
%4.71
%85.52

CMYK Percentages of Color #1d0efe

%89
%94
%0
%0

Triadic Colors of #1d0efe

#1d0efe #fe1d0e #0efe1d

Analogous Colors of #1d0efe

#1d0efe #950efe #0e77fe

Monochromatic Colors of #1d0efe

#1d0efe

Complementary Color

#1d0efe #effe0e

#1d0efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d0efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d0efe Color CSS Codes

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

#1d0efe Text Font Color

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

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


#1d0efe Background Color

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

This div background color is #1d0efe


#1d0efe Border Color

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

This div border color is #1d0efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d0efe


Comments

No comments written yet.

Please login to write comment.