Color Hex Logo

#1abceb Color Hex

#1ABCEB
(26,188,235)
0 Favorites   0 Comments

Color spaces of #1abceb

RGB 26188235
HSL0.540.840.51
HSV193°89°92°
CMYK 0.890.200.00   0.08
XYZ33.404642.184284.9790
Yxy42.18420.20800.2627
Hunter Lab64.9494-21.8557-32.1098
CIE-Lab70.9977-22.1382-34.1435

#1abceb color RGB value is (26,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10111100 11101011
Octal 32 274 353
Decimal 26 188 235
Hex 1A BC EB

RGB Percentages of Color #1abceb

%5.79
%41.87
%52.34

CMYK Percentages of Color #1abceb

%89
%20
%0
%8

Triadic Colors of #1abceb

#1abceb #eb1abc #bceb1a

Analogous Colors of #1abceb

#1abceb #1a54eb #1aebb2

Monochromatic Colors of #1abceb

#1abceb

Complementary Color

#1abceb #eb491a

#1abceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1abceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1abceb Color CSS Codes

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

#1abceb Text Font Color

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

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


#1abceb Background Color

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

This div background color is #1abceb


#1abceb Border Color

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

This div border color is #1abceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,188,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 #1abceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1abceb


Comments

No comments written yet.

Please login to write comment.