Color Hex Logo

#1adbbe Color Hex

#1ADBBE
(26,219,190)
0 Favorites   0 Comments

Color spaces of #1adbbe

RGB 26219190
HSL0.470.790.48
HSV171°88°86°
CMYK 0.880.000.13   0.14
XYZ35.051854.600457.4067
Yxy54.60040.23840.3713
Hunter Lab73.8921-44.63705.6621
CIE-Lab78.8105-50.10711.8952

#1adbbe color RGB value is (26,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11011011 10111110
Octal 32 333 276
Decimal 26 219 190
Hex 1A DB BE

RGB Percentages of Color #1adbbe

%5.98
%50.34
%43.68

CMYK Percentages of Color #1adbbe

%88
%0
%13
%14

Triadic Colors of #1adbbe

#1adbbe #be1adb #dbbe1a

Analogous Colors of #1adbbe

#1adbbe #1a98db #1adb5e

Monochromatic Colors of #1adbbe

#1adbbe

Complementary Color

#1adbbe #db1a37

#1adbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1adbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1adbbe Color CSS Codes

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

#1adbbe Text Font Color

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

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


#1adbbe Background Color

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

This div background color is #1adbbe


#1adbbe Border Color

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

This div border color is #1adbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1adbbe


Comments

No comments written yet.

Please login to write comment.