Color Hex Logo

#1bacdc Color Hex

#1BACDC
(27,172,220)
0 Favorites   0 Comments

Color spaces of #1bacdc

RGB 27172220
HSL0.540.780.48
HSV195°88°86°
CMYK 0.880.220.00   0.14
XYZ28.122834.905472.9653
Yxy34.90540.20680.2567
Hunter Lab59.0808-18.4244-31.8671
CIE-Lab65.6749-18.8689-34.1989

#1bacdc color RGB value is (27,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101100 11011100
Octal 33 254 334
Decimal 27 172 220
Hex 1B AC DC

RGB Percentages of Color #1bacdc

%6.44
%41.05
%52.51

CMYK Percentages of Color #1bacdc

%88
%22
%0
%14

Triadic Colors of #1bacdc

#1bacdc #dc1bac #acdc1b

Analogous Colors of #1bacdc

#1bacdc #1b4cdc #1bdcac

Monochromatic Colors of #1bacdc

#1bacdc

Complementary Color

#1bacdc #dc4b1b

#1bacdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bacdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bacdc Color CSS Codes

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

#1bacdc Text Font Color

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

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


#1bacdc Background Color

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

This div background color is #1bacdc


#1bacdc Border Color

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

This div border color is #1bacdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bacdc


Comments

No comments written yet.

Please login to write comment.