Color Hex Logo

#1daab9 Color Hex

#1DAAB9
(29,170,185)
0 Favorites   0 Comments

Color spaces of #1daab9

RGB 29170185
HSL0.520.730.42
HSV186°84°73°
CMYK 0.840.080.00   0.27
XYZ23.638432.513450.9288
Yxy32.51340.22080.3036
Hunter Lab57.0205-25.7870-13.0415
CIE-Lab63.7650-29.3802-17.7240

#1daab9 color RGB value is (29,170,185).

#1daab9 hex color red value is 29, green value is 170 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #1daab9 hue: 0.52 , saturation: 0.73 and the lightness value of 1daab9 is 0.42.

The process color (four color CMYK) of #1daab9 color hex is 0.84, 0.08, 0.00, 0.27. Web safe color of #1daab9 is #3399cc. Color #1daab9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101010 10111001
Octal 35 252 271
Decimal 29 170 185
Hex 1D AA B9

RGB Percentages of Color #1daab9

%7.55
%44.27
%48.18

CMYK Percentages of Color #1daab9

%84
%8
%0
%27

Triadic Colors of #1daab9

#1daab9 #b91daa #aab91d

Analogous Colors of #1daab9

#1daab9 #1d5cb9 #1db97a

Monochromatic Colors of #1daab9

#1daab9

Complementary Color

#1daab9 #b92c1d

#1daab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1daab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1daab9 Color CSS Codes

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

#1daab9 Text Font Color

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

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


#1daab9 Background Color

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

This div background color is #1daab9


#1daab9 Border Color

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

This div border color is #1daab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1daab9


Comments

No comments written yet.

Please login to write comment.