Color Hex Logo

#1c6aea Color Hex

#1C6AEA
(28,106,234)
0 Favorites   0 Comments

Color spaces of #1c6aea

RGB 28106234
HSL0.600.830.51
HSV217°88°92°
CMYK 0.880.550.00   0.08
XYZ20.484216.495579.9462
Yxy16.49550.17520.1411
Hunter Lab40.614718.9517-88.2766
CIE-Lab47.618025.5606-70.7440

#1c6aea color RGB value is (28,106,234).

#1c6aea hex color red value is 28, green value is 106 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1c6aea hue: 0.60 , saturation: 0.83 and the lightness value of 1c6aea is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 01101010 11101010
Octal 34 152 352
Decimal 28 106 234
Hex 1C 6A EA

RGB Percentages of Color #1c6aea

%7.61
%28.80
%63.59

CMYK Percentages of Color #1c6aea

%88
%55
%0
%8

Triadic Colors of #1c6aea

#1c6aea #ea1c6a #6aea1c

Analogous Colors of #1c6aea

#1c6aea #351cea #1cd1ea

Monochromatic Colors of #1c6aea

#1c6aea

Complementary Color

#1c6aea #ea9c1c

#1c6aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c6aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c6aea Color CSS Codes

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

#1c6aea Text Font Color

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

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


#1c6aea Background Color

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

This div background color is #1c6aea


#1c6aea Border Color

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

This div border color is #1c6aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c6aea


Comments

No comments written yet.

Please login to write comment.