Color Hex Logo

#1dadcd Color Hex

#1DADCD
(29,173,205)
0 Favorites   0 Comments

Color spaces of #1dadcd

RGB 29173205
HSL0.530.750.46
HSV191°86°80°
CMYK 0.860.160.00   0.20
XYZ26.469734.556163.0325
Yxy34.55610.21340.2785
Hunter Lab58.7844-22.4970-22.4255
CIE-Lab65.4016-24.3511-26.3381

#1dadcd color RGB value is (29,173,205).

#1dadcd hex color red value is 29, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1dadcd hue: 0.53 , saturation: 0.75 and the lightness value of 1dadcd is 0.46.

The process color (four color CMYK) of #1dadcd color hex is 0.86, 0.16, 0.00, 0.20. Web safe color of #1dadcd is #3399cc. Color #1dadcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101101 11001101
Octal 35 255 315
Decimal 29 173 205
Hex 1D AD CD

RGB Percentages of Color #1dadcd

%7.13
%42.51
%50.37

CMYK Percentages of Color #1dadcd

%86
%16
%0
%20

Triadic Colors of #1dadcd

#1dadcd #cd1dad #adcd1d

Analogous Colors of #1dadcd

#1dadcd #1d55cd #1dcd95

Monochromatic Colors of #1dadcd

#1dadcd

Complementary Color

#1dadcd #cd3d1d

#1dadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dadcd Color CSS Codes

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

#1dadcd Text Font Color

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

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


#1dadcd Background Color

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

This div background color is #1dadcd


#1dadcd Border Color

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

This div border color is #1dadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dadcd


Comments

No comments written yet.

Please login to write comment.