Color Hex Logo

#1dacda Color Hex

#1DACDA
(29,172,218)
0 Favorites   0 Comments

Color spaces of #1dacda

RGB 29172218
HSL0.540.770.48
HSV195°87°85°
CMYK 0.870.210.00   0.15
XYZ27.914134.828271.5810
Yxy34.82820.20780.2593
Hunter Lab59.0154-18.8471-30.6032
CIE-Lab65.6147-19.4354-33.1889

#1dacda color RGB value is (29,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101100 11011010
Octal 35 254 332
Decimal 29 172 218
Hex 1D AC DA

RGB Percentages of Color #1dacda

%6.92
%41.05
%52.03

CMYK Percentages of Color #1dacda

%87
%21
%0
%15

Triadic Colors of #1dacda

#1dacda #da1dac #acda1d

Analogous Colors of #1dacda

#1dacda #1d4eda #1ddaaa

Monochromatic Colors of #1dacda

#1dacda

Complementary Color

#1dacda #da4b1d

#1dacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dacda Color CSS Codes

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

#1dacda Text Font Color

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

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


#1dacda Background Color

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

This div background color is #1dacda


#1dacda Border Color

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

This div border color is #1dacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dacda


Comments

No comments written yet.

Please login to write comment.