Color Hex Logo

#1bbaab Color Hex

#1BBAAB
(27,186,171)
0 Favorites   0 Comments

Color spaces of #1bbaab

RGB 27186171
HSL0.480.750.42
HSV174°85°73°
CMYK 0.850.000.08   0.27
XYZ25.361638.291144.5823
Yxy38.29110.23430.3538
Hunter Lab61.8798-35.13100.5994
CIE-Lab68.2346-41.1839-3.2808

#1bbaab color RGB value is (27,186,171).

#1bbaab hex color red value is 27, green value is 186 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1bbaab hue: 0.48 , saturation: 0.75 and the lightness value of 1bbaab is 0.42.

The process color (four color CMYK) of #1bbaab color hex is 0.85, 0.00, 0.08, 0.27. Web safe color of #1bbaab is #33cc99. Color #1bbaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10111010 10101011
Octal 33 272 253
Decimal 27 186 171
Hex 1B BA AB

RGB Percentages of Color #1bbaab

%7.03
%48.44
%44.53

CMYK Percentages of Color #1bbaab

%85
%0
%8
%27

Triadic Colors of #1bbaab

#1bbaab #ab1bba #baab1b

Analogous Colors of #1bbaab

#1bbaab #1b7aba #1bba5c

Monochromatic Colors of #1bbaab

#1bbaab

Complementary Color

#1bbaab #ba1b2a

#1bbaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bbaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bbaab Color CSS Codes

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

#1bbaab Text Font Color

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

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


#1bbaab Background Color

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

This div background color is #1bbaab


#1bbaab Border Color

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

This div border color is #1bbaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bbaab


Comments

No comments written yet.

Please login to write comment.