Color Hex Logo

#1dfafb Color Hex

#1DFAFB
(29,250,251)
0 Favorites   0 Comments

Color spaces of #1dfafb

RGB 29250251
HSL0.500.970.55
HSV180°88°98°
CMYK 0.880.000.00   0.02
XYZ52.104975.5975103.1123
Yxy75.59750.22570.3275
Hunter Lab86.9468-45.1867-9.4506
CIE-Lab89.6721-46.2697-14.2091

#1dfafb color RGB value is (29,250,251).

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

The process color (four color CMYK) of #1dfafb color hex is 0.88, 0.00, 0.00, 0.02. Web safe color of #1dfafb is #33ffff. Color #1dfafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11111010 11111011
Octal 35 372 373
Decimal 29 250 251
Hex 1D FA FB

RGB Percentages of Color #1dfafb

%5.47
%47.17
%47.36

CMYK Percentages of Color #1dfafb

%88
%0
%0
%2

Triadic Colors of #1dfafb

#1dfafb #fb1dfa #fafb1d

Analogous Colors of #1dfafb

#1dfafb #1d8bfb #1dfb8d

Monochromatic Colors of #1dfafb

#1dfafb

Complementary Color

#1dfafb #fb1e1d

#1dfafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dfafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dfafb Color CSS Codes

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

#1dfafb Text Font Color

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

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


#1dfafb Background Color

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

This div background color is #1dfafb


#1dfafb Border Color

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

This div border color is #1dfafb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,250,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 #1dfafb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dfafb


Comments

No comments written yet.

Please login to write comment.