Color Hex Logo

#1dafff Color Hex

#1DAFFF
(29,175,255)
0 Favorites   0 Comments

Color spaces of #1dafff

RGB 29175255
HSL0.561.000.56
HSV201°89°100°
CMYK 0.890.310.00   0.00
XYZ33.886738.1412100.1837
Yxy38.14120.19680.2215
Hunter Lab61.7586-10.1352-52.9482
CIE-Lab68.1246-8.0644-49.4828

#1dafff color RGB value is (29,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101111 11111111
Octal 35 257 377
Decimal 29 175 255
Hex 1D AF FF

RGB Percentages of Color #1dafff

%6.32
%38.13
%55.56

CMYK Percentages of Color #1dafff

%89
%31
%0
%0

Triadic Colors of #1dafff

#1dafff #ff1daf #afff1d

Analogous Colors of #1dafff

#1dafff #1d3eff #1dffde

Monochromatic Colors of #1dafff

#1dafff

Complementary Color

#1dafff #ff6d1d

#1dafff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dafff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dafff Color CSS Codes

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

#1dafff Text Font Color

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

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


#1dafff Background Color

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

This div background color is #1dafff


#1dafff Border Color

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

This div border color is #1dafff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dafff

Related Colors


Comments

No comments written yet.

Please login to write comment.