Color Hex Logo

#1c6ceb Color Hex

#1C6CEB
(28,108,235)
0 Favorites   0 Comments

Color spaces of #1c6ceb

RGB 28108235
HSL0.600.840.52
HSV217°88°92°
CMYK 0.880.540.00   0.08
XYZ20.836816.970280.7746
Yxy16.97020.17570.1431
Hunter Lab41.194918.1960-87.4189
CIE-Lab48.222524.6653-70.3229

#1c6ceb color RGB value is (28,108,235).

#1c6ceb hex color red value is 28, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1c6ceb hue: 0.60 , saturation: 0.84 and the lightness value of 1c6ceb is 0.52.

The process color (four color CMYK) of #1c6ceb color hex is 0.88, 0.54, 0.00, 0.08. Web safe color of #1c6ceb is #3366ff. Color #1c6ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01101100 11101011
Octal 34 154 353
Decimal 28 108 235
Hex 1C 6C EB

RGB Percentages of Color #1c6ceb

%7.55
%29.11
%63.34

CMYK Percentages of Color #1c6ceb

%88
%54
%0
%8

Triadic Colors of #1c6ceb

#1c6ceb #eb1c6c #6ceb1c

Analogous Colors of #1c6ceb

#1c6ceb #331ceb #1cd4eb

Monochromatic Colors of #1c6ceb

#1c6ceb

Complementary Color

#1c6ceb #eb9b1c

#1c6ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c6ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c6ceb Color CSS Codes

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

#1c6ceb Text Font Color

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

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


#1c6ceb Background Color

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

This div background color is #1c6ceb


#1c6ceb Border Color

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

This div border color is #1c6ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c6ceb


Comments

No comments written yet.

Please login to write comment.