Color Hex Logo

#1d5dff Color Hex

#1D5DFF
(29,93,255)
0 Favorites   0 Comments

Color spaces of #1d5dff

RGB 2993255
HSL0.621.000.56
HSV223°89°100°
CMYK 0.890.640.00   0.00
XYZ22.471015.309996.3785
Yxy15.30990.16750.1141
Hunter Lab39.127934.0382-118.6517
CIE-Lab46.055841.6887-85.0377

#1d5dff color RGB value is (29,93,255).

#1d5dff hex color red value is 29, green value is 93 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1d5dff hue: 0.62 , saturation: 1.00 and the lightness value of 1d5dff is 0.56.

The process color (four color CMYK) of #1d5dff color hex is 0.89, 0.64, 0.00, 0.00. Web safe color of #1d5dff is #3366ff. Color #1d5dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01011101 11111111
Octal 35 135 377
Decimal 29 93 255
Hex 1D 5D FF

RGB Percentages of Color #1d5dff

%7.69
%24.67
%67.64

CMYK Percentages of Color #1d5dff

%89
%64
%0
%0

Triadic Colors of #1d5dff

#1d5dff #ff1d5d #5dff1d

Analogous Colors of #1d5dff

#1d5dff #4e1dff #1dceff

Monochromatic Colors of #1d5dff

#1d5dff

Complementary Color

#1d5dff #ffbf1d

#1d5dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d5dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d5dff Color CSS Codes

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

#1d5dff Text Font Color

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

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


#1d5dff Background Color

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

This div background color is #1d5dff


#1d5dff Border Color

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

This div border color is #1d5dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d5dff


Comments

No comments written yet.

Please login to write comment.