Color Hex Logo

#1dabbc Color Hex

#1DABBC
(29,171,188)
0 Favorites   0 Comments

Color spaces of #1dabbc

RGB 29171188
HSL0.520.730.43
HSV186°85°74°
CMYK 0.850.090.00   0.26
XYZ24.146733.017952.6774
Yxy33.01790.21980.3006
Hunter Lab57.4612-25.5467-14.1311
CIE-Lab64.1754-28.9115-18.7732

#1dabbc color RGB value is (29,171,188).

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

The process color (four color CMYK) of #1dabbc color hex is 0.85, 0.09, 0.00, 0.26. Web safe color of #1dabbc is #3399cc. Color #1dabbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101011 10111100
Octal 35 253 274
Decimal 29 171 188
Hex 1D AB BC

RGB Percentages of Color #1dabbc

%7.47
%44.07
%48.45

CMYK Percentages of Color #1dabbc

%85
%9
%0
%26

Triadic Colors of #1dabbc

#1dabbc #bc1dab #abbc1d

Analogous Colors of #1dabbc

#1dabbc #1d5cbc #1dbc7e

Monochromatic Colors of #1dabbc

#1dabbc

Complementary Color

#1dabbc #bc2e1d

#1dabbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dabbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dabbc Color CSS Codes

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

#1dabbc Text Font Color

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

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


#1dabbc Background Color

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

This div background color is #1dabbc


#1dabbc Border Color

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

This div border color is #1dabbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dabbc


Comments

No comments written yet.

Please login to write comment.