Color Hex Logo

#1abaed Color Hex

#1ABAED
(26,186,237)
0 Favorites   0 Comments

Color spaces of #1abaed

RGB 26186237
HSL0.540.850.52
HSV195°89°93°
CMYK 0.890.220.00   0.07
XYZ33.271041.451886.3682
Yxy41.45180.20650.2573
Hunter Lab64.3831-20.4276-34.4678
CIE-Lab70.4913-20.4264-36.0146

#1abaed color RGB value is (26,186,237).

#1abaed hex color red value is 26, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1abaed hue: 0.54 , saturation: 0.85 and the lightness value of 1abaed is 0.52.

The process color (four color CMYK) of #1abaed color hex is 0.89, 0.22, 0.00, 0.07. Web safe color of #1abaed is #33ccff. Color #1abaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 10111010 11101101
Octal 32 272 355
Decimal 26 186 237
Hex 1A BA ED

RGB Percentages of Color #1abaed

%5.79
%41.43
%52.78

CMYK Percentages of Color #1abaed

%89
%22
%0
%7

Triadic Colors of #1abaed

#1abaed #ed1aba #baed1a

Analogous Colors of #1abaed

#1abaed #1a51ed #1aedb7

Monochromatic Colors of #1abaed

#1abaed

Complementary Color

#1abaed #ed4d1a

#1abaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1abaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1abaed Color CSS Codes

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

#1abaed Text Font Color

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

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


#1abaed Background Color

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

This div background color is #1abaed


#1abaed Border Color

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

This div border color is #1abaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1abaed


Comments

No comments written yet.

Please login to write comment.