Color Hex Logo

#1abd9d Color Hex

#1ABD9D
(26,189,157)
0 Favorites   0 Comments

Color spaces of #1abd9d

RGB 26189157
HSL0.470.760.42
HSV168°86°74°
CMYK 0.860.000.17   0.26
XYZ24.709439.049138.1332
Yxy39.04910.24250.3832
Hunter Lab62.4893-38.77417.5616
CIE-Lab68.7868-46.34735.2084

#1abd9d color RGB value is (26,189,157).

#1abd9d hex color red value is 26, green value is 189 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #1abd9d hue: 0.47 , saturation: 0.76 and the lightness value of 1abd9d is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10111101 10011101
Octal 32 275 235
Decimal 26 189 157
Hex 1A BD 9D

RGB Percentages of Color #1abd9d

%6.99
%50.81
%42.20

CMYK Percentages of Color #1abd9d

%86
%0
%17
%26

Triadic Colors of #1abd9d

#1abd9d #9d1abd #bd9d1a

Analogous Colors of #1abd9d

#1abd9d #1a8cbd #1abd4c

Monochromatic Colors of #1abd9d

#1abd9d

Complementary Color

#1abd9d #bd1a3a

#1abd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1abd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1abd9d Color CSS Codes

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

#1abd9d Text Font Color

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

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


#1abd9d Background Color

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

This div background color is #1abd9d


#1abd9d Border Color

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

This div border color is #1abd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1abd9d


Comments

No comments written yet.

Please login to write comment.