Color Hex Logo

#1abbce Color Hex

#1ABBCE
(26,187,206)
0 Favorites   0 Comments

Color spaces of #1abbce

RGB 26187206
HSL0.520.780.45
HSV186°87°81°
CMYK 0.870.090.00   0.19
XYZ29.336940.216564.6089
Yxy40.21650.21870.2998
Hunter Lab63.4165-28.4035-16.0133
CIE-Lab69.6235-31.1611-20.4371

#1abbce color RGB value is (26,187,206).

#1abbce hex color red value is 26, green value is 187 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1abbce hue: 0.52 , saturation: 0.78 and the lightness value of 1abbce is 0.45.

The process color (four color CMYK) of #1abbce color hex is 0.87, 0.09, 0.00, 0.19. Web safe color of #1abbce is #33cccc. Color #1abbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 10111011 11001110
Octal 32 273 316
Decimal 26 187 206
Hex 1A BB CE

RGB Percentages of Color #1abbce

%6.21
%44.63
%49.16

CMYK Percentages of Color #1abbce

%87
%9
%0
%19

Triadic Colors of #1abbce

#1abbce #ce1abb #bbce1a

Analogous Colors of #1abbce

#1abbce #1a61ce #1ace87

Monochromatic Colors of #1abbce

#1abbce

Complementary Color

#1abbce #ce2d1a

#1abbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1abbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1abbce Color CSS Codes

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

#1abbce Text Font Color

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

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


#1abbce Background Color

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

This div background color is #1abbce


#1abbce Border Color

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

This div border color is #1abbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1abbce


Comments

No comments written yet.

Please login to write comment.