Color Hex Logo

#1db5df Color Hex

#1DB5DF
(29,181,223)
0 Favorites   0 Comments

Color spaces of #1db5df

RGB 29181223
HSL0.540.770.49
HSV193°87°87°
CMYK 0.870.190.00   0.13
XYZ30.349938.636775.6701
Yxy38.63670.20980.2671
Hunter Lab62.1584-21.6216-28.6673
CIE-Lab68.4873-22.4184-31.4865

#1db5df color RGB value is (29,181,223).

#1db5df hex color red value is 29, green value is 181 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1db5df hue: 0.54 , saturation: 0.77 and the lightness value of 1db5df is 0.49.

The process color (four color CMYK) of #1db5df color hex is 0.87, 0.19, 0.00, 0.13. Web safe color of #1db5df is #33cccc. Color #1db5df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10110101 11011111
Octal 35 265 337
Decimal 29 181 223
Hex 1D B5 DF

RGB Percentages of Color #1db5df

%6.70
%41.80
%51.50

CMYK Percentages of Color #1db5df

%87
%19
%0
%13

Triadic Colors of #1db5df

#1db5df #df1db5 #b5df1d

Analogous Colors of #1db5df

#1db5df #1d54df #1ddfa8

Monochromatic Colors of #1db5df

#1db5df

Complementary Color

#1db5df #df471d

#1db5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1db5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1db5df Color CSS Codes

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

#1db5df Text Font Color

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

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


#1db5df Background Color

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

This div background color is #1db5df


#1db5df Border Color

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

This div border color is #1db5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1db5df


Comments

No comments written yet.

Please login to write comment.