Color Hex Logo

#1abadf Color Hex

#1ABADF
(26,186,223)
0 Favorites   0 Comments

Color spaces of #1abadf

RGB 26186223
HSL0.530.790.49
HSV191°88°87°
CMYK 0.880.170.00   0.13
XYZ31.304240.665176.0113
Yxy40.66510.21150.2748
Hunter Lab63.7692-23.9707-26.0338
CIE-Lab69.9406-25.1379-29.2465

#1abadf color RGB value is (26,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10111010 11011111
Octal 32 272 337
Decimal 26 186 223
Hex 1A BA DF

RGB Percentages of Color #1abadf

%5.98
%42.76
%51.26

CMYK Percentages of Color #1abadf

%88
%17
%0
%13

Triadic Colors of #1abadf

#1abadf #df1aba #badf1a

Analogous Colors of #1abadf

#1abadf #1a58df #1adfa2

Monochromatic Colors of #1abadf

#1abadf

Complementary Color

#1abadf #df3f1a

#1abadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1abadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1abadf Color CSS Codes

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

#1abadf Text Font Color

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

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


#1abadf Background Color

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

This div background color is #1abadf


#1abadf Border Color

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

This div border color is #1abadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1abadf


Comments

No comments written yet.

Please login to write comment.