Color Hex Logo

#1dacdb Color Hex

#1DACDB
(29,172,219)
0 Favorites   0 Comments

Color spaces of #1dacdb

RGB 29172219
HSL0.540.770.49
HSV195°87°86°
CMYK 0.870.210.00   0.14
XYZ28.045434.880772.2723
Yxy34.88070.20740.2580
Hunter Lab59.0599-18.5916-31.2120
CIE-Lab65.6557-19.0918-33.6762

#1dacdb color RGB value is (29,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101100 11011011
Octal 35 254 333
Decimal 29 172 219
Hex 1D AC DB

RGB Percentages of Color #1dacdb

%6.90
%40.95
%52.14

CMYK Percentages of Color #1dacdb

%87
%21
%0
%14

Triadic Colors of #1dacdb

#1dacdb #db1dac #acdb1d

Analogous Colors of #1dacdb

#1dacdb #1d4ddb #1ddbab

Monochromatic Colors of #1dacdb

#1dacdb

Complementary Color

#1dacdb #db4c1d

#1dacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dacdb Color CSS Codes

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

#1dacdb Text Font Color

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

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


#1dacdb Background Color

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

This div background color is #1dacdb


#1dacdb Border Color

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

This div border color is #1dacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dacdb


Comments

No comments written yet.

Please login to write comment.