Color Hex Logo

#1daadc Color Hex

#1DAADC
(29,170,220)
0 Favorites   0 Comments

Color spaces of #1daadc

RGB 29170220
HSL0.540.770.49
HSV196°87°86°
CMYK 0.870.230.00   0.14
XYZ27.799734.178072.8420
Yxy34.17800.20620.2535
Hunter Lab58.4620-17.4285-32.9504
CIE-Lab65.1036-17.6871-35.0853

#1daadc color RGB value is (29,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101010 11011100
Octal 35 252 334
Decimal 29 170 220
Hex 1D AA DC

RGB Percentages of Color #1daadc

%6.92
%40.57
%52.51

CMYK Percentages of Color #1daadc

%87
%23
%0
%14

Triadic Colors of #1daadc

#1daadc #dc1daa #aadc1d

Analogous Colors of #1daadc

#1daadc #1d4adc #1ddcaf

Monochromatic Colors of #1daadc

#1daadc

Complementary Color

#1daadc #dc4f1d

#1daadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1daadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1daadc Color CSS Codes

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

#1daadc Text Font Color

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

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


#1daadc Background Color

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

This div background color is #1daadc


#1daadc Border Color

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

This div border color is #1daadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1daadc


Comments

No comments written yet.

Please login to write comment.