Color Hex Logo

#1db3df Color Hex

#1DB3DF
(29,179,223)
0 Favorites   0 Comments

Color spaces of #1db3df

RGB 29179223
HSL0.540.770.49
HSV194°87°87°
CMYK 0.870.200.00   0.13
XYZ29.946137.829175.5355
Yxy37.82910.20900.2640
Hunter Lab61.5054-20.7252-29.7610
CIE-Lab67.8945-21.3856-32.4034

#1db3df color RGB value is (29,179,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10110011 11011111
Octal 35 263 337
Decimal 29 179 223
Hex 1D B3 DF

RGB Percentages of Color #1db3df

%6.73
%41.53
%51.74

CMYK Percentages of Color #1db3df

%87
%20
%0
%13

Triadic Colors of #1db3df

#1db3df #df1db3 #b3df1d

Analogous Colors of #1db3df

#1db3df #1d52df #1ddfaa

Monochromatic Colors of #1db3df

#1db3df

Complementary Color

#1db3df #df491d

#1db3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1db3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1db3df Color CSS Codes

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

#1db3df Text Font Color

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

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


#1db3df Background Color

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

This div background color is #1db3df


#1db3df Border Color

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

This div border color is #1db3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1db3df


Comments

No comments written yet.

Please login to write comment.