Color Hex Logo

#1daadd Color Hex

#1DAADD
(29,170,221)
0 Favorites   0 Comments

Color spaces of #1daadd

RGB 29170221
HSL0.540.770.49
HSV196°87°87°
CMYK 0.870.230.00   0.13
XYZ27.932634.231173.5417
Yxy34.23110.20580.2522
Hunter Lab58.5073-17.1683-33.5703
CIE-Lab65.1456-17.3400-35.5712

#1daadd color RGB value is (29,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101010 11011101
Octal 35 252 335
Decimal 29 170 221
Hex 1D AA DD

RGB Percentages of Color #1daadd

%6.90
%40.48
%52.62

CMYK Percentages of Color #1daadd

%87
%23
%0
%13

Triadic Colors of #1daadd

#1daadd #dd1daa #aadd1d

Analogous Colors of #1daadd

#1daadd #1d4add #1dddb0

Monochromatic Colors of #1daadd

#1daadd

Complementary Color

#1daadd #dd501d

#1daadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1daadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1daadd Color CSS Codes

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

#1daadd Text Font Color

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

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


#1daadd Background Color

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

This div background color is #1daadd


#1daadd Border Color

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

This div border color is #1daadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1daadd


Comments

No comments written yet.

Please login to write comment.