Color Hex Logo

#1dafdb Color Hex

#1DAFDB
(29,175,219)
0 Favorites   0 Comments

Color spaces of #1dafdb

RGB 29175219
HSL0.540.770.49
HSV194°87°86°
CMYK 0.870.200.00   0.14
XYZ28.622836.035672.4648
Yxy36.03560.20870.2628
Hunter Lab60.0297-19.9411-29.5512
CIE-Lab66.5471-20.6653-32.2940

#1dafdb color RGB value is (29,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101111 11011011
Octal 35 257 333
Decimal 29 175 219
Hex 1D AF DB

RGB Percentages of Color #1dafdb

%6.86
%41.37
%51.77

CMYK Percentages of Color #1dafdb

%87
%20
%0
%14

Triadic Colors of #1dafdb

#1dafdb #db1daf #afdb1d

Analogous Colors of #1dafdb

#1dafdb #1d50db #1ddba8

Monochromatic Colors of #1dafdb

#1dafdb

Complementary Color

#1dafdb #db491d

#1dafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dafdb Color CSS Codes

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

#1dafdb Text Font Color

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

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


#1dafdb Background Color

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

This div background color is #1dafdb


#1dafdb Border Color

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

This div border color is #1dafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dafdb


Comments

No comments written yet.

Please login to write comment.