Color Hex Logo

#1dbddc Color Hex

#1DBDDC
(29,189,220)
0 Favorites   0 Comments

Color spaces of #1dbddc

RGB 29189220
HSL0.530.770.49
HSV190°87°86°
CMYK 0.870.140.00   0.14
XYZ31.622641.823774.1162
Yxy41.82370.21430.2834
Hunter Lab64.6712-25.8927-22.6792
CIE-Lab70.7492-27.4563-26.3656

#1dbddc color RGB value is (29,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111101 11011100
Octal 35 275 334
Decimal 29 189 220
Hex 1D BD DC

RGB Percentages of Color #1dbddc

%6.62
%43.15
%50.23

CMYK Percentages of Color #1dbddc

%87
%14
%0
%14

Triadic Colors of #1dbddc

#1dbddc #dc1dbd #bddc1d

Analogous Colors of #1dbddc

#1dbddc #1d5edc #1ddc9c

Monochromatic Colors of #1dbddc

#1dbddc

Complementary Color

#1dbddc #dc3c1d

#1dbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbddc Color CSS Codes

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

#1dbddc Text Font Color

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

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


#1dbddc Background Color

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

This div background color is #1dbddc


#1dbddc Border Color

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

This div border color is #1dbddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbddc


Comments

No comments written yet.

Please login to write comment.