Color Hex Logo

#1daafb Color Hex

#1DAAFB
(29,170,251)
0 Favorites   0 Comments

Color spaces of #1daafb

RGB 29170251
HSL0.560.970.55
HSV202°88°98°
CMYK 0.880.320.00   0.02
XYZ32.294035.975796.5087
Yxy35.97570.19600.2183
Hunter Lab59.9797-8.8575-53.4131
CIE-Lab66.5014-6.7118-49.8731

#1daafb color RGB value is (29,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101010 11111011
Octal 35 252 373
Decimal 29 170 251
Hex 1D AA FB

RGB Percentages of Color #1daafb

%6.44
%37.78
%55.78

CMYK Percentages of Color #1daafb

%88
%32
%0
%2

Triadic Colors of #1daafb

#1daafb #fb1daa #aafb1d

Analogous Colors of #1daafb

#1daafb #1d3bfb #1dfbdd

Monochromatic Colors of #1daafb

#1daafb

Complementary Color

#1daafb #fb6e1d

#1daafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1daafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1daafb Color CSS Codes

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

#1daafb Text Font Color

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

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


#1daafb Background Color

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

This div background color is #1daafb


#1daafb Border Color

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

This div border color is #1daafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1daafb


Comments

No comments written yet.

Please login to write comment.