Color Hex Logo

#1babbd Color Hex

#1BABBD
(27,171,189)
0 Favorites   0 Comments

Color spaces of #1babbd

RGB 27171189
HSL0.520.750.42
HSV187°86°74°
CMYK 0.860.100.00   0.26
XYZ24.200233.033053.2446
Yxy33.03300.21910.2990
Hunter Lab57.4743-25.4207-14.6946
CIE-Lab64.1876-28.7305-19.3137

#1babbd color RGB value is (27,171,189).

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

The process color (four color CMYK) of #1babbd color hex is 0.86, 0.10, 0.00, 0.26. Web safe color of #1babbd is #3399cc. Color #1babbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101011 10111101
Octal 33 253 275
Decimal 27 171 189
Hex 1B AB BD

RGB Percentages of Color #1babbd

%6.98
%44.19
%48.84

CMYK Percentages of Color #1babbd

%86
%10
%0
%26

Triadic Colors of #1babbd

#1babbd #bd1bab #abbd1b

Analogous Colors of #1babbd

#1babbd #1b5abd #1bbd7e

Monochromatic Colors of #1babbd

#1babbd

Complementary Color

#1babbd #bd2d1b

#1babbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1babbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1babbd Color CSS Codes

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

#1babbd Text Font Color

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

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


#1babbd Background Color

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

This div background color is #1babbd


#1babbd Border Color

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

This div border color is #1babbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1babbd


Comments

No comments written yet.

Please login to write comment.