Color Hex Logo

#1dacbd Color Hex

#1DACBD
(29,172,189)
0 Favorites   0 Comments

Color spaces of #1dacbd

RGB 29172189
HSL0.520.730.43
HSV186°85°74°
CMYK 0.850.090.00   0.26
XYZ24.444533.440453.3104
Yxy33.44040.21980.3007
Hunter Lab57.8277-25.7442-14.1791
CIE-Lab64.5159-29.0828-18.8125

#1dacbd color RGB value is (29,172,189).

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

The process color (four color CMYK) of #1dacbd color hex is 0.85, 0.09, 0.00, 0.26. Web safe color of #1dacbd is #3399cc. Color #1dacbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101100 10111101
Octal 35 254 275
Decimal 29 172 189
Hex 1D AC BD

RGB Percentages of Color #1dacbd

%7.44
%44.10
%48.46

CMYK Percentages of Color #1dacbd

%85
%9
%0
%26

Triadic Colors of #1dacbd

#1dacbd #bd1dac #acbd1d

Analogous Colors of #1dacbd

#1dacbd #1d5cbd #1dbd7e

Monochromatic Colors of #1dacbd

#1dacbd

Complementary Color

#1dacbd #bd2e1d

#1dacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dacbd Color CSS Codes

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

#1dacbd Text Font Color

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

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


#1dacbd Background Color

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

This div background color is #1dacbd


#1dacbd Border Color

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

This div border color is #1dacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dacbd


Comments

No comments written yet.

Please login to write comment.