Color Hex Logo

#1dafd2 Color Hex

#1DAFD2
(29,175,210)
0 Favorites   0 Comments

Color spaces of #1dafd2

RGB 29175210
HSL0.530.760.47
HSV192°86°82°
CMYK 0.860.170.00   0.18
XYZ27.469535.574366.3915
Yxy35.57430.21220.2748
Hunter Lab59.6442-22.1681-24.2463
CIE-Lab66.1934-23.7036-27.8827

#1dafd2 color RGB value is (29,175,210).

#1dafd2 hex color red value is 29, green value is 175 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #1dafd2 hue: 0.53 , saturation: 0.76 and the lightness value of 1dafd2 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101111 11010010
Octal 35 257 322
Decimal 29 175 210
Hex 1D AF D2

RGB Percentages of Color #1dafd2

%7.00
%42.27
%50.72

CMYK Percentages of Color #1dafd2

%86
%17
%0
%18

Triadic Colors of #1dafd2

#1dafd2 #d21daf #afd21d

Analogous Colors of #1dafd2

#1dafd2 #1d55d2 #1dd29b

Monochromatic Colors of #1dafd2

#1dafd2

Complementary Color

#1dafd2 #d2401d

#1dafd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dafd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dafd2 Color CSS Codes

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

#1dafd2 Text Font Color

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

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


#1dafd2 Background Color

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

This div background color is #1dafd2


#1dafd2 Border Color

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

This div border color is #1dafd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dafd2


Comments

No comments written yet.

Please login to write comment.