Color Hex Logo

#1bb0ab Color Hex

#1BB0AB
(27,176,171)
0 Favorites   0 Comments

Color spaces of #1bb0ab

RGB 27176171
HSL0.490.730.40
HSV178°85°69°
CMYK 0.850.000.03   0.31
XYZ23.328034.224043.9044
Yxy34.22400.22990.3373
Hunter Lab58.5013-31.1985-3.5454
CIE-Lab65.1400-36.6894-7.8598

#1bb0ab color RGB value is (27,176,171).

#1bb0ab hex color red value is 27, green value is 176 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1bb0ab hue: 0.49 , saturation: 0.73 and the lightness value of 1bb0ab is 0.40.

The process color (four color CMYK) of #1bb0ab color hex is 0.85, 0.00, 0.03, 0.31. Web safe color of #1bb0ab is #339999. Color #1bb0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10110000 10101011
Octal 33 260 253
Decimal 27 176 171
Hex 1B B0 AB

RGB Percentages of Color #1bb0ab

%7.22
%47.06
%45.72

CMYK Percentages of Color #1bb0ab

%85
%0
%3
%31

Triadic Colors of #1bb0ab

#1bb0ab #ab1bb0 #b0ab1b

Analogous Colors of #1bb0ab

#1bb0ab #1b6bb0 #1bb061

Monochromatic Colors of #1bb0ab

#1bb0ab

Complementary Color

#1bb0ab #b01b20

#1bb0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bb0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bb0ab Color CSS Codes

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

#1bb0ab Text Font Color

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

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


#1bb0ab Background Color

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

This div background color is #1bb0ab


#1bb0ab Border Color

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

This div border color is #1bb0ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,176,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1bb0ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1bb0ab;
  -webkit-box-shadow: 1px 1px 3px 2px #1bb0ab;
  box-shadow:         1px 1px 3px 2px #1bb0ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,176,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bb0ab


Comments

No comments written yet.

Please login to write comment.