Color Hex Logo

#1dabda Color Hex

#1DABDA
(29,171,218)
0 Favorites   0 Comments

Color spaces of #1dabda

RGB 29171218
HSL0.540.770.48
HSV195°87°85°
CMYK 0.870.220.00   0.15
XYZ27.724534.449071.5178
Yxy34.44900.20740.2577
Hunter Lab58.6933-18.3965-31.1596
CIE-Lab65.3174-18.9082-33.6502

#1dabda color RGB value is (29,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101011 11011010
Octal 35 253 332
Decimal 29 171 218
Hex 1D AB DA

RGB Percentages of Color #1dabda

%6.94
%40.91
%52.15

CMYK Percentages of Color #1dabda

%87
%22
%0
%15

Triadic Colors of #1dabda

#1dabda #da1dab #abda1d

Analogous Colors of #1dabda

#1dabda #1d4cda #1ddaab

Monochromatic Colors of #1dabda

#1dabda

Complementary Color

#1dabda #da4c1d

#1dabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dabda Color CSS Codes

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

#1dabda Text Font Color

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

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


#1dabda Background Color

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

This div background color is #1dabda


#1dabda Border Color

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

This div border color is #1dabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dabda


Comments

No comments written yet.

Please login to write comment.