Color Hex Logo

#1dacff Color Hex

#1DACFF
(29,172,255)
0 Favorites   0 Comments

Color spaces of #1dacff

RGB 29172255
HSL0.561.000.56
HSV202°89°100°
CMYK 0.890.330.00   0.00
XYZ33.309236.986399.9912
Yxy36.98630.19560.2172
Hunter Lab60.8164-8.6640-54.9102
CIE-Lab67.2668-6.3926-50.8371

#1dacff color RGB value is (29,172,255).

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

The process color (four color CMYK) of #1dacff color hex is 0.89, 0.33, 0.00, 0.00. Web safe color of #1dacff is #3399ff. Color #1dacff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101100 11111111
Octal 35 254 377
Decimal 29 172 255
Hex 1D AC FF

RGB Percentages of Color #1dacff

%6.36
%37.72
%55.92

CMYK Percentages of Color #1dacff

%89
%33
%0
%0

Triadic Colors of #1dacff

#1dacff #ff1dac #acff1d

Analogous Colors of #1dacff

#1dacff #1d3bff #1dffe1

Monochromatic Colors of #1dacff

#1dacff

Complementary Color

#1dacff #ff701d

#1dacff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dacff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dacff Color CSS Codes

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

#1dacff Text Font Color

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

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


#1dacff Background Color

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

This div background color is #1dacff


#1dacff Border Color

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

This div border color is #1dacff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,172,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 #1dacff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dacff

Related Colors


Comments

No comments written yet.

Please login to write comment.