Color Hex Logo

#1c6bfa Color Hex

#1C6BFA
(28,107,250)
0 Favorites   0 Comments

Color spaces of #1c6bfa

RGB 28107250
HSL0.610.960.55
HSV219°89°98°
CMYK 0.890.570.00   0.02
XYZ22.991917.664492.6402
Yxy17.66440.17250.1325
Hunter Lab42.029024.0972-101.2664
CIE-Lab49.086530.9959-77.2967

#1c6bfa color RGB value is (28,107,250).

#1c6bfa hex color red value is 28, green value is 107 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #1c6bfa hue: 0.61 , saturation: 0.96 and the lightness value of 1c6bfa is 0.55.

The process color (four color CMYK) of #1c6bfa color hex is 0.89, 0.57, 0.00, 0.02. Web safe color of #1c6bfa is #3366ff. Color #1c6bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01101011 11111010
Octal 34 153 372
Decimal 28 107 250
Hex 1C 6B FA

RGB Percentages of Color #1c6bfa

%7.27
%27.79
%64.94

CMYK Percentages of Color #1c6bfa

%89
%57
%0
%2

Triadic Colors of #1c6bfa

#1c6bfa #fa1c6b #6bfa1c

Analogous Colors of #1c6bfa

#1c6bfa #3c1cfa #1cdafa

Monochromatic Colors of #1c6bfa

#1c6bfa

Complementary Color

#1c6bfa #faab1c

#1c6bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c6bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c6bfa Color CSS Codes

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

#1c6bfa Text Font Color

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

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


#1c6bfa Background Color

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

This div background color is #1c6bfa


#1c6bfa Border Color

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

This div border color is #1c6bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c6bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.