Color Hex Logo

#1adcbd Color Hex

#1ADCBD
(26,220,189)
0 Favorites   0 Comments

Color spaces of #1adcbd

RGB 26220189
HSL0.470.790.48
HSV170°88°86°
CMYK 0.880.000.14   0.14
XYZ35.204555.080156.9202
Yxy55.08010.23920.3742
Hunter Lab74.2160-45.20616.4785
CIE-Lab79.0874-50.78052.8302

#1adcbd color RGB value is (26,220,189).

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

The process color (four color CMYK) of #1adcbd color hex is 0.88, 0.00, 0.14, 0.14. Web safe color of #1adcbd is #33cccc. Color #1adcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11011100 10111101
Octal 32 334 275
Decimal 26 220 189
Hex 1A DC BD

RGB Percentages of Color #1adcbd

%5.98
%50.57
%43.45

CMYK Percentages of Color #1adcbd

%88
%0
%14
%14

Triadic Colors of #1adcbd

#1adcbd #bd1adc #dcbd1a

Analogous Colors of #1adcbd

#1adcbd #1a9adc #1adc5c

Monochromatic Colors of #1adcbd

#1adcbd

Complementary Color

#1adcbd #dc1a39

#1adcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1adcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1adcbd Color CSS Codes

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

#1adcbd Text Font Color

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

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


#1adcbd Background Color

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

This div background color is #1adcbd


#1adcbd Border Color

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

This div border color is #1adcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1adcbd


Comments

No comments written yet.

Please login to write comment.