Color Hex Logo

#1daccd Color Hex

#1DACCD
(29,172,205)
0 Favorites   0 Comments

Color spaces of #1daccd

RGB 29172205
HSL0.530.750.46
HSV191°86°80°
CMYK 0.860.160.00   0.20
XYZ26.278734.174062.9688
Yxy34.17400.21290.2769
Hunter Lab58.4585-22.0618-22.9434
CIE-Lab65.1004-23.8404-26.8011

#1daccd color RGB value is (29,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101100 11001101
Octal 35 254 315
Decimal 29 172 205
Hex 1D AC CD

RGB Percentages of Color #1daccd

%7.14
%42.36
%50.49

CMYK Percentages of Color #1daccd

%86
%16
%0
%20

Triadic Colors of #1daccd

#1daccd #cd1dac #accd1d

Analogous Colors of #1daccd

#1daccd #1d54cd #1dcd96

Monochromatic Colors of #1daccd

#1daccd

Complementary Color

#1daccd #cd3e1d

#1daccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1daccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1daccd Color CSS Codes

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

#1daccd Text Font Color

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

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


#1daccd Background Color

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

This div background color is #1daccd


#1daccd Border Color

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

This div border color is #1daccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1daccd


Comments

No comments written yet.

Please login to write comment.