Color Hex Logo

#1b6ccf Color Hex

#1B6CCF
(27,108,207)
0 Favorites   0 Comments

Color spaces of #1b6ccf

RGB 27108207
HSL0.590.770.46
HSV213°87°81°
CMYK 0.870.480.00   0.19
XYZ17.077015.463161.1161
Yxy15.46310.18230.1651
Hunter Lab39.32318.7023-64.6224
CIE-Lab46.262113.7667-57.6306

#1b6ccf color RGB value is (27,108,207).

#1b6ccf hex color red value is 27, green value is 108 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #1b6ccf hue: 0.59 , saturation: 0.77 and the lightness value of 1b6ccf is 0.46.

The process color (four color CMYK) of #1b6ccf color hex is 0.87, 0.48, 0.00, 0.19. Web safe color of #1b6ccf is #3366cc. Color #1b6ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01101100 11001111
Octal 33 154 317
Decimal 27 108 207
Hex 1B 6C CF

RGB Percentages of Color #1b6ccf

%7.89
%31.58
%60.53

CMYK Percentages of Color #1b6ccf

%87
%48
%0
%19

Triadic Colors of #1b6ccf

#1b6ccf #cf1b6c #6ccf1b

Analogous Colors of #1b6ccf

#1b6ccf #241bcf #1bc6cf

Monochromatic Colors of #1b6ccf

#1b6ccf

Complementary Color

#1b6ccf #cf7e1b

#1b6ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b6ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b6ccf Color CSS Codes

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

#1b6ccf Text Font Color

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

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


#1b6ccf Background Color

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

This div background color is #1b6ccf


#1b6ccf Border Color

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

This div border color is #1b6ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b6ccf


Comments

No comments written yet.

Please login to write comment.