Color Hex Logo

#1abddb Color Hex

#1ABDDB
(26,189,219)
0 Favorites   0 Comments

Color spaces of #1abddb

RGB 26189219
HSL0.530.790.48
HSV189°88°86°
CMYK 0.880.140.00   0.14
XYZ31.409841.729373.4169
Yxy41.72930.21430.2847
Hunter Lab64.5982-26.2543-22.1653
CIE-Lab70.6839-27.9537-25.9231

#1abddb color RGB value is (26,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10111101 11011011
Octal 32 275 333
Decimal 26 189 219
Hex 1A BD DB

RGB Percentages of Color #1abddb

%5.99
%43.55
%50.46

CMYK Percentages of Color #1abddb

%88
%14
%0
%14

Triadic Colors of #1abddb

#1abddb #db1abd #bddb1a

Analogous Colors of #1abddb

#1abddb #1a5cdb #1adb99

Monochromatic Colors of #1abddb

#1abddb

Complementary Color

#1abddb #db381a

#1abddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1abddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1abddb Color CSS Codes

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

#1abddb Text Font Color

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

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


#1abddb Background Color

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

This div background color is #1abddb


#1abddb Border Color

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

This div border color is #1abddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1abddb


Comments

No comments written yet.

Please login to write comment.