Color Hex Logo

#1dadba Color Hex

#1DADBA
(29,173,186)
0 Favorites   0 Comments

Color spaces of #1dadba

RGB 29173186
HSL0.510.730.42
HSV185°84°73°
CMYK 0.840.070.00   0.27
XYZ24.313233.693551.6764
Yxy33.69350.22170.3072
Hunter Lab58.0461-26.8141-12.1515
CIE-Lab64.7186-30.5265-16.8359

#1dadba color RGB value is (29,173,186).

#1dadba hex color red value is 29, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1dadba hue: 0.51 , saturation: 0.73 and the lightness value of 1dadba is 0.42.

The process color (four color CMYK) of #1dadba color hex is 0.84, 0.07, 0.00, 0.27. Web safe color of #1dadba is #3399cc. Color #1dadba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101101 10111010
Octal 35 255 272
Decimal 29 173 186
Hex 1D AD BA

RGB Percentages of Color #1dadba

%7.47
%44.59
%47.94

CMYK Percentages of Color #1dadba

%84
%7
%0
%27

Triadic Colors of #1dadba

#1dadba #ba1dad #adba1d

Analogous Colors of #1dadba

#1dadba #1d5eba #1dba79

Monochromatic Colors of #1dadba

#1dadba

Complementary Color

#1dadba #ba2a1d

#1dadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dadba Color CSS Codes

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

#1dadba Text Font Color

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

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


#1dadba Background Color

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

This div background color is #1dadba


#1dadba Border Color

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

This div border color is #1dadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dadba


Comments

No comments written yet.

Please login to write comment.