Color Hex Logo

#1babb5 Color Hex

#1BABB5
(27,171,181)
0 Favorites   0 Comments

Color spaces of #1babb5

RGB 27171181
HSL0.510.740.41
HSV184°85°71°
CMYK 0.850.060.00   0.29
XYZ23.355432.695048.7959
Yxy32.69500.22280.3118
Hunter Lab57.1795-27.1546-10.5712
CIE-Lab63.9132-31.2789-15.2702

#1babb5 color RGB value is (27,171,181).

#1babb5 hex color red value is 27, green value is 171 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #1babb5 hue: 0.51 , saturation: 0.74 and the lightness value of 1babb5 is 0.41.

The process color (four color CMYK) of #1babb5 color hex is 0.85, 0.06, 0.00, 0.29. Web safe color of #1babb5 is #3399cc. Color #1babb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101011 10110101
Octal 33 253 265
Decimal 27 171 181
Hex 1B AB B5

RGB Percentages of Color #1babb5

%7.12
%45.12
%47.76

CMYK Percentages of Color #1babb5

%85
%6
%0
%29

Triadic Colors of #1babb5

#1babb5 #b51bab #abb51b

Analogous Colors of #1babb5

#1babb5 #1b5eb5 #1bb572

Monochromatic Colors of #1babb5

#1babb5

Complementary Color

#1babb5 #b5251b

#1babb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1babb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1babb5 Color CSS Codes

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

#1babb5 Text Font Color

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

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


#1babb5 Background Color

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

This div background color is #1babb5


#1babb5 Border Color

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

This div border color is #1babb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1babb5


Comments

No comments written yet.

Please login to write comment.