Color Hex Logo

#1dadda Color Hex

#1DADDA
(29,173,218)
0 Favorites   0 Comments

Color spaces of #1dadda

RGB 29173218
HSL0.540.770.48
HSV194°87°85°
CMYK 0.870.210.00   0.15
XYZ28.105235.210371.6446
Yxy35.21030.20820.2609
Hunter Lab59.3383-19.2966-30.0495
CIE-Lab65.9121-19.9605-32.7276

#1dadda color RGB value is (29,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101101 11011010
Octal 35 255 332
Decimal 29 173 218
Hex 1D AD DA

RGB Percentages of Color #1dadda

%6.90
%41.19
%51.90

CMYK Percentages of Color #1dadda

%87
%21
%0
%15

Triadic Colors of #1dadda

#1dadda #da1dad #adda1d

Analogous Colors of #1dadda

#1dadda #1d4fda #1ddaa9

Monochromatic Colors of #1dadda

#1dadda

Complementary Color

#1dadda #da4a1d

#1dadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dadda Color CSS Codes

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

#1dadda Text Font Color

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

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


#1dadda Background Color

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

This div background color is #1dadda


#1dadda Border Color

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

This div border color is #1dadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dadda


Comments

No comments written yet.

Please login to write comment.