Color Hex Logo

#1c6ddb Color Hex

#1C6DDB
(28,109,219)
0 Favorites   0 Comments

Color spaces of #1c6ddb

RGB 28109219
HSL0.600.770.48
HSV215°87°86°
CMYK 0.870.500.00   0.14
XYZ18.733716.298669.1764
Yxy16.29860.17980.1564
Hunter Lab40.371512.1796-73.3330
CIE-Lab47.363817.8613-62.6864

#1c6ddb color RGB value is (28,109,219).

#1c6ddb hex color red value is 28, green value is 109 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1c6ddb hue: 0.60 , saturation: 0.77 and the lightness value of 1c6ddb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 01101101 11011011
Octal 34 155 333
Decimal 28 109 219
Hex 1C 6D DB

RGB Percentages of Color #1c6ddb

%7.87
%30.62
%61.52

CMYK Percentages of Color #1c6ddb

%87
%50
%0
%14

Triadic Colors of #1c6ddb

#1c6ddb #db1c6d #6ddb1c

Analogous Colors of #1c6ddb

#1c6ddb #2b1cdb #1ccddb

Monochromatic Colors of #1c6ddb

#1c6ddb

Complementary Color

#1c6ddb #db8a1c

#1c6ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c6ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c6ddb Color CSS Codes

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

#1c6ddb Text Font Color

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

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


#1c6ddb Background Color

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

This div background color is #1c6ddb


#1c6ddb Border Color

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

This div border color is #1c6ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c6ddb


Comments

No comments written yet.

Please login to write comment.