Color Hex Logo

#1db9de Color Hex

#1DB9DE
(29,185,222)
0 Favorites   0 Comments

Color spaces of #1db9de

RGB 29185222
HSL0.530.770.49
HSV192°87°87°
CMYK 0.870.170.00   0.13
XYZ31.040540.233175.2370
Yxy40.23310.21190.2746
Hunter Lab63.4296-23.6493-25.9262
CIE-Lab69.6352-24.7938-29.1686

#1db9de color RGB value is (29,185,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111001 11011110
Octal 35 271 336
Decimal 29 185 222
Hex 1D B9 DE

RGB Percentages of Color #1db9de

%6.65
%42.43
%50.92

CMYK Percentages of Color #1db9de

%87
%17
%0
%13

Triadic Colors of #1db9de

#1db9de #de1db9 #b9de1d

Analogous Colors of #1db9de

#1db9de #1d58de #1ddea3

Monochromatic Colors of #1db9de

#1db9de

Complementary Color

#1db9de #de421d

#1db9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1db9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#1db9de Color CSS Codes

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

#1db9de Text Font Color

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

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


#1db9de Background Color

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

This div background color is #1db9de


#1db9de Border Color

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

This div border color is #1db9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1db9de


Comments

No comments written yet.

Please login to write comment.