Color Hex Logo

#1c4fea Color Hex

#1C4FEA
(28,79,234)
0 Favorites   0 Comments

Color spaces of #1c4fea

RGB 2879234
HSL0.630.830.51
HSV225°88°92°
CMYK 0.880.660.00   0.08
XYZ18.126211.779479.1602
Yxy11.77940.16620.1080
Hunter Lab34.321134.2102-112.7250
CIE-Lab40.863342.7007-81.7967

#1c4fea color RGB value is (28,79,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 01001111 11101010
Octal 34 117 352
Decimal 28 79 234
Hex 1C 4F EA

RGB Percentages of Color #1c4fea

%8.21
%23.17
%68.62

CMYK Percentages of Color #1c4fea

%88
%66
%0
%8

Triadic Colors of #1c4fea

#1c4fea #ea1c4f #4fea1c

Analogous Colors of #1c4fea

#1c4fea #501cea #1cb6ea

Monochromatic Colors of #1c4fea

#1c4fea

Complementary Color

#1c4fea #eab71c

#1c4fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c4fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c4fea Color CSS Codes

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

#1c4fea Text Font Color

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

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


#1c4fea Background Color

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

This div background color is #1c4fea


#1c4fea Border Color

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

This div border color is #1c4fea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,79,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 #1c4fea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c4fea


Comments

No comments written yet.

Please login to write comment.