Color Hex Logo

#1dbded Color Hex

#1DBDED
(29,189,237)
0 Favorites   0 Comments

Color spaces of #1dbded

RGB 29189237
HSL0.540.850.52
HSV194°88°93°
CMYK 0.880.200.00   0.07
XYZ33.990442.770886.5849
Yxy42.77080.20810.2618
Hunter Lab65.3994-21.6761-32.7169
CIE-Lab71.3991-21.8177-34.6041

#1dbded color RGB value is (29,189,237).

#1dbded hex color red value is 29, green value is 189 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1dbded hue: 0.54 , saturation: 0.85 and the lightness value of 1dbded is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111101 11101101
Octal 35 275 355
Decimal 29 189 237
Hex 1D BD ED

RGB Percentages of Color #1dbded

%6.37
%41.54
%52.09

CMYK Percentages of Color #1dbded

%88
%20
%0
%7

Triadic Colors of #1dbded

#1dbded #ed1dbd #bded1d

Analogous Colors of #1dbded

#1dbded #1d55ed #1dedb5

Monochromatic Colors of #1dbded

#1dbded

Complementary Color

#1dbded #ed4d1d

#1dbded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbded Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbded Color CSS Codes

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

#1dbded Text Font Color

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

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


#1dbded Background Color

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

This div background color is #1dbded


#1dbded Border Color

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

This div border color is #1dbded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbded


Comments

No comments written yet.

Please login to write comment.