Color Hex Logo

#1bacdb Color Hex

#1BACDB
(27,172,219)
0 Favorites   0 Comments

Color spaces of #1bacdb

RGB 27172219
HSL0.540.780.48
HSV195°88°86°
CMYK 0.880.210.00   0.14
XYZ27.990734.852572.2698
Yxy34.85250.20720.2580
Hunter Lab59.0360-18.6809-31.2555
CIE-Lab65.6337-19.2134-33.7122

#1bacdb color RGB value is (27,172,219).

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

The process color (four color CMYK) of #1bacdb color hex is 0.88, 0.21, 0.00, 0.14. Web safe color of #1bacdb is #3399cc. Color #1bacdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101100 11011011
Octal 33 254 333
Decimal 27 172 219
Hex 1B AC DB

RGB Percentages of Color #1bacdb

%6.46
%41.15
%52.39

CMYK Percentages of Color #1bacdb

%88
%21
%0
%14

Triadic Colors of #1bacdb

#1bacdb #db1bac #acdb1b

Analogous Colors of #1bacdb

#1bacdb #1b4cdb #1bdbaa

Monochromatic Colors of #1bacdb

#1bacdb

Complementary Color

#1bacdb #db4a1b

#1bacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bacdb Color CSS Codes

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

#1bacdb Text Font Color

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

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


#1bacdb Background Color

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

This div background color is #1bacdb


#1bacdb Border Color

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

This div border color is #1bacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bacdb


Comments

No comments written yet.

Please login to write comment.