Color Hex Logo

#1dabba Color Hex

#1DABBA
(29,171,186)
0 Favorites   0 Comments

Color spaces of #1dabba

RGB 29171186
HSL0.520.730.42
HSV186°84°73°
CMYK 0.840.080.00   0.27
XYZ23.932532.932251.5495
Yxy32.93220.22080.3038
Hunter Lab57.3866-25.9849-13.0887
CIE-Lab64.1060-29.5514-17.7642

#1dabba color RGB value is (29,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101011 10111010
Octal 35 253 272
Decimal 29 171 186
Hex 1D AB BA

RGB Percentages of Color #1dabba

%7.51
%44.30
%48.19

CMYK Percentages of Color #1dabba

%84
%8
%0
%27

Triadic Colors of #1dabba

#1dabba #ba1dab #abba1d

Analogous Colors of #1dabba

#1dabba #1d5dba #1dba7b

Monochromatic Colors of #1dabba

#1dabba

Complementary Color

#1dabba #ba2c1d

#1dabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dabba Color CSS Codes

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

#1dabba Text Font Color

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

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


#1dabba Background Color

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

This div background color is #1dabba


#1dabba Border Color

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

This div border color is #1dabba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,171,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 #1dabba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dabba


Comments

No comments written yet.

Please login to write comment.