Color Hex Logo

#1dddfb Color Hex

#1DDDFB
(29,221,251)
0 Favorites   0 Comments

Color spaces of #1dddfb

RGB 29221251
HSL0.520.970.55
HSV188°88°98°
CMYK 0.880.120.00   0.02
XYZ43.775758.9391100.3360
Yxy58.93910.21560.2903
Hunter Lab76.7718-32.5690-23.7481
CIE-Lab81.2581-33.0848-26.9372

#1dddfb color RGB value is (29,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011101 11111011
Octal 35 335 373
Decimal 29 221 251
Hex 1D DD FB

RGB Percentages of Color #1dddfb

%5.79
%44.11
%50.10

CMYK Percentages of Color #1dddfb

%88
%12
%0
%2

Triadic Colors of #1dddfb

#1dddfb #fb1ddd #ddfb1d

Analogous Colors of #1dddfb

#1dddfb #1d6efb #1dfbaa

Monochromatic Colors of #1dddfb

#1dddfb

Complementary Color

#1dddfb #fb3b1d

#1dddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dddfb Color CSS Codes

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

#1dddfb Text Font Color

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

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


#1dddfb Background Color

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

This div background color is #1dddfb


#1dddfb Border Color

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

This div border color is #1dddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dddfb


Comments

No comments written yet.

Please login to write comment.