Color Hex Logo

#1abbbd Color Hex

#1ABBBD
(26,187,189)
0 Favorites   0 Comments

Color spaces of #1abbbd

RGB 26187189
HSL0.500.760.42
HSV181°86°74°
CMYK 0.860.010.00   0.26
XYZ27.381639.434454.3125
Yxy39.43440.22610.3256
Hunter Lab62.7968-32.0622-7.3217
CIE-Lab69.0648-36.4333-11.9512

#1abbbd color RGB value is (26,187,189).

#1abbbd hex color red value is 26, green value is 187 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1abbbd hue: 0.50 , saturation: 0.76 and the lightness value of 1abbbd is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10111011 10111101
Octal 32 273 275
Decimal 26 187 189
Hex 1A BB BD

RGB Percentages of Color #1abbbd

%6.47
%46.52
%47.01

CMYK Percentages of Color #1abbbd

%86
%1
%0
%26

Triadic Colors of #1abbbd

#1abbbd #bd1abb #bbbd1a

Analogous Colors of #1abbbd

#1abbbd #1a6abd #1abd6e

Monochromatic Colors of #1abbbd

#1abbbd

Complementary Color

#1abbbd #bd1c1a

#1abbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1abbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1abbbd Color CSS Codes

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

#1abbbd Text Font Color

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

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


#1abbbd Background Color

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

This div background color is #1abbbd


#1abbbd Border Color

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

This div border color is #1abbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1abbbd


Comments

No comments written yet.

Please login to write comment.