Color Hex Logo

#1ddafb Color Hex

#1DDAFB
(29,218,251)
0 Favorites   0 Comments

Color spaces of #1ddafb

RGB 29218251
HSL0.520.970.55
HSV189°88°98°
CMYK 0.880.130.00   0.02
XYZ42.990757.3691100.0743
Yxy57.36910.21450.2862
Hunter Lab75.7424-31.2342-25.3170
CIE-Lab80.3867-31.6509-28.2702

#1ddafb color RGB value is (29,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011010 11111011
Octal 35 332 373
Decimal 29 218 251
Hex 1D DA FB

RGB Percentages of Color #1ddafb

%5.82
%43.78
%50.40

CMYK Percentages of Color #1ddafb

%88
%13
%0
%2

Triadic Colors of #1ddafb

#1ddafb #fb1dda #dafb1d

Analogous Colors of #1ddafb

#1ddafb #1d6bfb #1dfbad

Monochromatic Colors of #1ddafb

#1ddafb

Complementary Color

#1ddafb #fb3e1d

#1ddafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddafb Color CSS Codes

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

#1ddafb Text Font Color

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

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


#1ddafb Background Color

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

This div background color is #1ddafb


#1ddafb Border Color

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

This div border color is #1ddafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddafb


Comments

No comments written yet.

Please login to write comment.