Color Hex Logo

#1daffd Color Hex

#1DAFFD
(29,175,253)
0 Favorites   0 Comments

Color spaces of #1daffd

RGB 29175253
HSL0.560.980.55
HSV201°89°99°
CMYK 0.890.310.00   0.01
XYZ33.566338.013098.4966
Yxy38.01300.19740.2235
Hunter Lab61.6547-10.7160-51.5606
CIE-Lab68.0302-8.7787-48.5473

#1daffd color RGB value is (29,175,253).

#1daffd hex color red value is 29, green value is 175 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1daffd hue: 0.56 , saturation: 0.98 and the lightness value of 1daffd is 0.55.

The process color (four color CMYK) of #1daffd color hex is 0.89, 0.31, 0.00, 0.01. Web safe color of #1daffd is #3399ff. Color #1daffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101111 11111101
Octal 35 257 375
Decimal 29 175 253
Hex 1D AF FD

RGB Percentages of Color #1daffd

%6.35
%38.29
%55.36

CMYK Percentages of Color #1daffd

%89
%31
%0
%1

Triadic Colors of #1daffd

#1daffd #fd1daf #affd1d

Analogous Colors of #1daffd

#1daffd #1d3ffd #1dfddb

Monochromatic Colors of #1daffd

#1daffd

Complementary Color

#1daffd #fd6b1d

#1daffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1daffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1daffd Color CSS Codes

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

#1daffd Text Font Color

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

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


#1daffd Background Color

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

This div background color is #1daffd


#1daffd Border Color

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

This div border color is #1daffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1daffd


Comments

No comments written yet.

Please login to write comment.