Color Hex Logo

#1daddc Color Hex

#1DADDC
(29,173,220)
0 Favorites   0 Comments

Color spaces of #1daddc

RGB 29173220
HSL0.540.770.49
HSV195°87°86°
CMYK 0.870.210.00   0.14
XYZ28.368535.315773.0316
Yxy35.31570.20750.2583
Hunter Lab59.4270-18.7873-31.2643
CIE-Lab65.9937-19.2754-33.7023

#1daddc color RGB value is (29,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101101 11011100
Octal 35 255 334
Decimal 29 173 220
Hex 1D AD DC

RGB Percentages of Color #1daddc

%6.87
%41.00
%52.13

CMYK Percentages of Color #1daddc

%87
%21
%0
%14

Triadic Colors of #1daddc

#1daddc #dc1dad #addc1d

Analogous Colors of #1daddc

#1daddc #1d4ddc #1ddcac

Monochromatic Colors of #1daddc

#1daddc

Complementary Color

#1daddc #dc4c1d

#1daddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1daddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1daddc Color CSS Codes

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

#1daddc Text Font Color

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

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


#1daddc Background Color

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

This div background color is #1daddc


#1daddc Border Color

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

This div border color is #1daddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1daddc


Comments

No comments written yet.

Please login to write comment.