Color Hex Logo

#1dabbd Color Hex

#1DABBD
(29,171,189)
0 Favorites   0 Comments

Color spaces of #1dabbd

RGB 29171189
HSL0.520.730.43
HSV187°85°74°
CMYK 0.850.100.00   0.26
XYZ24.254933.061253.2472
Yxy33.06120.21940.2990
Hunter Lab57.4989-25.3259-14.6567
CIE-Lab64.2104-28.5902-19.2769

#1dabbd color RGB value is (29,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101011 10111101
Octal 35 253 275
Decimal 29 171 189
Hex 1D AB BD

RGB Percentages of Color #1dabbd

%7.46
%43.96
%48.59

CMYK Percentages of Color #1dabbd

%85
%10
%0
%26

Triadic Colors of #1dabbd

#1dabbd #bd1dab #abbd1d

Analogous Colors of #1dabbd

#1dabbd #1d5bbd #1dbd7f

Monochromatic Colors of #1dabbd

#1dabbd

Complementary Color

#1dabbd #bd2f1d

#1dabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dabbd Color CSS Codes

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

#1dabbd Text Font Color

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

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


#1dabbd Background Color

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

This div background color is #1dabbd


#1dabbd Border Color

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

This div border color is #1dabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dabbd


Comments

No comments written yet.

Please login to write comment.