Color Hex Logo

#1bb9db Color Hex

#1BB9DB
(27,185,219)
0 Favorites   0 Comments

Color spaces of #1bb9db

RGB 27185219
HSL0.530.780.48
HSV191°88°86°
CMYK 0.880.160.00   0.14
XYZ30.587140.045473.1353
Yxy40.04540.21280.2785
Hunter Lab63.2814-24.4645-24.2253
CIE-Lab69.5019-25.9036-27.7366

#1bb9db color RGB value is (27,185,219).

#1bb9db hex color red value is 27, green value is 185 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1bb9db hue: 0.53 , saturation: 0.78 and the lightness value of 1bb9db is 0.48.

The process color (four color CMYK) of #1bb9db color hex is 0.88, 0.16, 0.00, 0.14. Web safe color of #1bb9db is #33cccc. Color #1bb9db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10111001 11011011
Octal 33 271 333
Decimal 27 185 219
Hex 1B B9 DB

RGB Percentages of Color #1bb9db

%6.26
%42.92
%50.81

CMYK Percentages of Color #1bb9db

%88
%16
%0
%14

Triadic Colors of #1bb9db

#1bb9db #db1bb9 #b9db1b

Analogous Colors of #1bb9db

#1bb9db #1b59db #1bdb9d

Monochromatic Colors of #1bb9db

#1bb9db

Complementary Color

#1bb9db #db3d1b

#1bb9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bb9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bb9db Color CSS Codes

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

#1bb9db Text Font Color

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

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


#1bb9db Background Color

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

This div background color is #1bb9db


#1bb9db Border Color

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

This div border color is #1bb9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bb9db


Comments

No comments written yet.

Please login to write comment.