Color Hex Logo

#1dbadb Color Hex

#1DBADB
(29,186,219)
0 Favorites   0 Comments

Color spaces of #1dbadb

RGB 29186219
HSL0.530.770.49
HSV190°87°86°
CMYK 0.870.150.00   0.14
XYZ30.851840.493573.2078
Yxy40.49350.21340.2801
Hunter Lab63.6345-24.8186-23.6655
CIE-Lab69.8196-26.2876-27.2466

#1dbadb color RGB value is (29,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111010 11011011
Octal 35 272 333
Decimal 29 186 219
Hex 1D BA DB

RGB Percentages of Color #1dbadb

%6.68
%42.86
%50.46

CMYK Percentages of Color #1dbadb

%87
%15
%0
%14

Triadic Colors of #1dbadb

#1dbadb #db1dba #badb1d

Analogous Colors of #1dbadb

#1dbadb #1d5bdb #1ddb9d

Monochromatic Colors of #1dbadb

#1dbadb

Complementary Color

#1dbadb #db3e1d

#1dbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbadb Color CSS Codes

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

#1dbadb Text Font Color

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

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


#1dbadb Background Color

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

This div background color is #1dbadb


#1dbadb Border Color

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

This div border color is #1dbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbadb


Comments

No comments written yet.

Please login to write comment.