Color Hex Logo

#1abeff Color Hex

#1ABEFF
(26,190,255)
0 Favorites   0 Comments

Color spaces of #1abeff

RGB 26190255
HSL0.551.000.55
HSV197°90°100°
CMYK 0.900.250.00   0.00
XYZ36.889544.2665101.2078
Yxy44.26650.20230.2427
Hunter Lab66.5331-17.4629-43.6167
CIE-Lab72.4063-16.3427-42.7611

#1abeff color RGB value is (26,190,255).

#1abeff hex color red value is 26, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1abeff hue: 0.55 , saturation: 1.00 and the lightness value of 1abeff is 0.55.

The process color (four color CMYK) of #1abeff color hex is 0.90, 0.25, 0.00, 0.00. Web safe color of #1abeff is #33ccff. Color #1abeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 10111110 11111111
Octal 32 276 377
Decimal 26 190 255
Hex 1A BE FF

RGB Percentages of Color #1abeff

%5.52
%40.34
%54.14

CMYK Percentages of Color #1abeff

%90
%25
%0
%0

Triadic Colors of #1abeff

#1abeff #ff1abe #beff1a

Analogous Colors of #1abeff

#1abeff #1a4bff #1affce

Monochromatic Colors of #1abeff

#1abeff

Complementary Color

#1abeff #ff5b1a

#1abeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1abeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1abeff Color CSS Codes

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

#1abeff Text Font Color

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

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


#1abeff Background Color

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

This div background color is #1abeff


#1abeff Border Color

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

This div border color is #1abeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1abeff

Related Colors


Comments

No comments written yet.

Please login to write comment.