Color Hex Logo

#1dbdb0 Color Hex

#1DBDB0
(29,189,176)
0 Favorites   0 Comments

Color spaces of #1dbdb0

RGB 29189176
HSL0.490.730.43
HSV175°85°74°
CMYK 0.850.000.07   0.26
XYZ26.540839.791047.3559
Yxy39.79100.23350.3500
Hunter Lab63.0801-35.2868-0.3545
CIE-Lab69.3204-40.9505-4.4268

#1dbdb0 color RGB value is (29,189,176).

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

The process color (four color CMYK) of #1dbdb0 color hex is 0.85, 0.00, 0.07, 0.26. Web safe color of #1dbdb0 is #33cc99. Color #1dbdb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111101 10110000
Octal 35 275 260
Decimal 29 189 176
Hex 1D BD B0

RGB Percentages of Color #1dbdb0

%7.36
%47.97
%44.67

CMYK Percentages of Color #1dbdb0

%85
%0
%7
%26

Triadic Colors of #1dbdb0

#1dbdb0 #b01dbd #bdb01d

Analogous Colors of #1dbdb0

#1dbdb0 #1d7abd #1dbd60

Monochromatic Colors of #1dbdb0

#1dbdb0

Complementary Color

#1dbdb0 #bd1d2a

#1dbdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbdb0 Color CSS Codes

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

#1dbdb0 Text Font Color

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

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


#1dbdb0 Background Color

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

This div background color is #1dbdb0


#1dbdb0 Border Color

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

This div border color is #1dbdb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbdb0


Comments

No comments written yet.

Please login to write comment.