Color Hex Logo

#1abbfd Color Hex

#1ABBFD
(26,187,253)
0 Favorites   0 Comments

Color spaces of #1abbfd

RGB 26187253
HSL0.550.980.55
HSV197°90°99°
CMYK 0.900.260.00   0.01
XYZ35.925942.852199.3063
Yxy42.85210.20170.2406
Hunter Lab65.4615-16.5952-44.1209
CIE-Lab71.4545-15.4439-43.1720

#1abbfd color RGB value is (26,187,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10111011 11111101
Octal 32 273 375
Decimal 26 187 253
Hex 1A BB FD

RGB Percentages of Color #1abbfd

%5.58
%40.13
%54.29

CMYK Percentages of Color #1abbfd

%90
%26
%0
%1

Triadic Colors of #1abbfd

#1abbfd #fd1abb #bbfd1a

Analogous Colors of #1abbfd

#1abbfd #1a49fd #1afdce

Monochromatic Colors of #1abbfd

#1abbfd

Complementary Color

#1abbfd #fd5c1a

#1abbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1abbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1abbfd Color CSS Codes

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

#1abbfd Text Font Color

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

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


#1abbfd Background Color

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

This div background color is #1abbfd


#1abbfd Border Color

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

This div border color is #1abbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1abbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.