Color Hex Logo

#1daffc Color Hex

#1DAFFC
(29,175,252)
0 Favorites   0 Comments

Color spaces of #1daffc

RGB 29175252
HSL0.560.970.55
HSV201°88°99°
CMYK 0.880.310.00   0.01
XYZ33.407437.949497.6597
Yxy37.94940.19770.2245
Hunter Lab61.6031-11.0047-50.8706
CIE-Lab67.9833-9.1351-48.0788

#1daffc color RGB value is (29,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101111 11111100
Octal 35 257 374
Decimal 29 175 252
Hex 1D AF FC

RGB Percentages of Color #1daffc

%6.36
%38.38
%55.26

CMYK Percentages of Color #1daffc

%88
%31
%0
%1

Triadic Colors of #1daffc

#1daffc #fc1daf #affc1d

Analogous Colors of #1daffc

#1daffc #1d40fc #1dfcda

Monochromatic Colors of #1daffc

#1daffc

Complementary Color

#1daffc #fc6a1d

#1daffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1daffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1daffc Color CSS Codes

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

#1daffc Text Font Color

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

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


#1daffc Background Color

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

This div background color is #1daffc


#1daffc Border Color

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

This div border color is #1daffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1daffc

#1daffc Color Palettes


Comments

No comments written yet.

Please login to write comment.