Color Hex Logo

#1baccc Color Hex

#1BACCC
(27,172,204)
0 Favorites   0 Comments

Color spaces of #1baccc

RGB 27172204
HSL0.530.770.45
HSV191°87°80°
CMYK 0.870.160.00   0.20
XYZ26.103634.097762.3324
Yxy34.09770.21300.2783
Hunter Lab58.3932-22.3931-22.4144
CIE-Lab65.0400-24.3051-26.3420

#1baccc color RGB value is (27,172,204).

#1baccc hex color red value is 27, green value is 172 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1baccc hue: 0.53 , saturation: 0.77 and the lightness value of 1baccc is 0.45.

The process color (four color CMYK) of #1baccc color hex is 0.87, 0.16, 0.00, 0.20. Web safe color of #1baccc is #3399cc. Color #1baccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101100 11001100
Octal 33 254 314
Decimal 27 172 204
Hex 1B AC CC

RGB Percentages of Color #1baccc

%6.70
%42.68
%50.62

CMYK Percentages of Color #1baccc

%87
%16
%0
%20

Triadic Colors of #1baccc

#1baccc #cc1bac #accc1b

Analogous Colors of #1baccc

#1baccc #1b54cc #1bcc94

Monochromatic Colors of #1baccc

#1baccc

Complementary Color

#1baccc #cc3b1b

#1baccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1baccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1baccc Color CSS Codes

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

#1baccc Text Font Color

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

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


#1baccc Background Color

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

This div background color is #1baccc


#1baccc Border Color

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

This div border color is #1baccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1baccc


Comments

No comments written yet.

Please login to write comment.