Color Hex Logo

#1bacdd Color Hex

#1BACDD
(27,172,221)
0 Favorites   0 Comments

Color spaces of #1bacdd

RGB 27172221
HSL0.540.780.49
HSV195°88°87°
CMYK 0.880.220.00   0.13
XYZ28.255734.958573.6651
Yxy34.95850.20640.2554
Hunter Lab59.1257-18.1663-32.4818
CIE-Lab65.7163-18.5233-34.6852

#1bacdd color RGB value is (27,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101100 11011101
Octal 33 254 335
Decimal 27 172 221
Hex 1B AC DD

RGB Percentages of Color #1bacdd

%6.43
%40.95
%52.62

CMYK Percentages of Color #1bacdd

%88
%22
%0
%13

Triadic Colors of #1bacdd

#1bacdd #dd1bac #acdd1b

Analogous Colors of #1bacdd

#1bacdd #1b4bdd #1bddad

Monochromatic Colors of #1bacdd

#1bacdd

Complementary Color

#1bacdd #dd4c1b

#1bacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bacdd Color CSS Codes

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

#1bacdd Text Font Color

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

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


#1bacdd Background Color

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

This div background color is #1bacdd


#1bacdd Border Color

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

This div border color is #1bacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bacdd


Comments

No comments written yet.

Please login to write comment.