Color Hex Logo

#1c6baa Color Hex

#1C6BAA
(28,107,170)
0 Favorites   0 Comments

Color spaces of #1c6baa

RGB 28107170
HSL0.570.720.39
HSV207°84°67°
CMYK 0.840.370.00   0.33
XYZ12.992313.664539.9830
Yxy13.66450.19500.2051
Hunter Lab36.9655-1.9521-38.2539
CIE-Lab43.74790.0304-40.2058

#1c6baa color RGB value is (28,107,170).

#1c6baa hex color red value is 28, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1c6baa hue: 0.57 , saturation: 0.72 and the lightness value of 1c6baa is 0.39.

The process color (four color CMYK) of #1c6baa color hex is 0.84, 0.37, 0.00, 0.33. Web safe color of #1c6baa is #336699. Color #1c6baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01101011 10101010
Octal 34 153 252
Decimal 28 107 170
Hex 1C 6B AA

RGB Percentages of Color #1c6baa

%9.18
%35.08
%55.74

CMYK Percentages of Color #1c6baa

%84
%37
%0
%33

Triadic Colors of #1c6baa

#1c6baa #aa1c6b #6baa1c

Analogous Colors of #1c6baa

#1c6baa #1c24aa #1caaa2

Monochromatic Colors of #1c6baa

#1c6baa

Complementary Color

#1c6baa #aa5b1c

#1c6baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c6baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c6baa Color CSS Codes

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

#1c6baa Text Font Color

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

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


#1c6baa Background Color

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

This div background color is #1c6baa


#1c6baa Border Color

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

This div border color is #1c6baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,107,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c6baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c6baa;
  -webkit-box-shadow: 1px 1px 3px 2px #1c6baa;
  box-shadow:         1px 1px 3px 2px #1c6baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,107,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c6baa


Comments

No comments written yet.

Please login to write comment.