Color Hex Logo

#1dacdd Color Hex

#1DACDD
(29,172,221)
0 Favorites   0 Comments

Color spaces of #1dacdd

RGB 29172221
HSL0.540.770.49
HSV195°87°87°
CMYK 0.870.220.00   0.13
XYZ28.310434.986773.6676
Yxy34.98670.20670.2554
Hunter Lab59.1496-18.0773-32.4378
CIE-Lab65.7383-18.4028-34.6494

#1dacdd color RGB value is (29,172,221).

#1dacdd hex color red value is 29, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1dacdd hue: 0.54 , saturation: 0.77 and the lightness value of 1dacdd is 0.49.

The process color (four color CMYK) of #1dacdd color hex is 0.87, 0.22, 0.00, 0.13. Web safe color of #1dacdd is #3399cc. Color #1dacdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101100 11011101
Octal 35 254 335
Decimal 29 172 221
Hex 1D AC DD

RGB Percentages of Color #1dacdd

%6.87
%40.76
%52.37

CMYK Percentages of Color #1dacdd

%87
%22
%0
%13

Triadic Colors of #1dacdd

#1dacdd #dd1dac #acdd1d

Analogous Colors of #1dacdd

#1dacdd #1d4cdd #1dddae

Monochromatic Colors of #1dacdd

#1dacdd

Complementary Color

#1dacdd #dd4e1d

#1dacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dacdd Color CSS Codes

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

#1dacdd Text Font Color

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

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


#1dacdd Background Color

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

This div background color is #1dacdd


#1dacdd Border Color

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

This div border color is #1dacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dacdd


Comments

No comments written yet.

Please login to write comment.