Color Hex Logo

#1abeeb Color Hex

#1ABEEB
(26,190,235)
0 Favorites   0 Comments

Color spaces of #1abeeb

RGB 26190235
HSL0.540.840.51
HSV193°89°92°
CMYK 0.890.190.00   0.08
XYZ33.834943.044785.1224
Yxy43.04470.20890.2657
Hunter Lab65.6085-22.7607-30.9987
CIE-Lab71.5853-23.1622-33.2340

#1abeeb color RGB value is (26,190,235).

#1abeeb hex color red value is 26, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1abeeb hue: 0.54 , saturation: 0.84 and the lightness value of 1abeeb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10111110 11101011
Octal 32 276 353
Decimal 26 190 235
Hex 1A BE EB

RGB Percentages of Color #1abeeb

%5.76
%42.13
%52.11

CMYK Percentages of Color #1abeeb

%89
%19
%0
%8

Triadic Colors of #1abeeb

#1abeeb #eb1abe #beeb1a

Analogous Colors of #1abeeb

#1abeeb #1a56eb #1aebb0

Monochromatic Colors of #1abeeb

#1abeeb

Complementary Color

#1abeeb #eb471a

#1abeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1abeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1abeeb Color CSS Codes

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

#1abeeb Text Font Color

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

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


#1abeeb Background Color

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

This div background color is #1abeeb


#1abeeb Border Color

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

This div border color is #1abeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1abeeb


Comments

No comments written yet.

Please login to write comment.