Color Hex Logo

#1c5fec Color Hex

#1C5FEC
(28,95,236)
0 Favorites   0 Comments

Color spaces of #1c5fec

RGB 2895236
HSL0.610.850.52
HSV221°88°93°
CMYK 0.880.600.00   0.07
XYZ19.711414.487481.1143
Yxy14.48740.17090.1256
Hunter Lab38.062325.8311-99.7088
CIE-Lab44.924033.3544-76.2634

#1c5fec color RGB value is (28,95,236).

#1c5fec hex color red value is 28, green value is 95 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1c5fec hue: 0.61 , saturation: 0.85 and the lightness value of 1c5fec is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 01011111 11101100
Octal 34 137 354
Decimal 28 95 236
Hex 1C 5F EC

RGB Percentages of Color #1c5fec

%7.80
%26.46
%65.74

CMYK Percentages of Color #1c5fec

%88
%60
%0
%7

Triadic Colors of #1c5fec

#1c5fec #ec1c5f #5fec1c

Analogous Colors of #1c5fec

#1c5fec #411cec #1cc7ec

Monochromatic Colors of #1c5fec

#1c5fec

Complementary Color

#1c5fec #eca91c

#1c5fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c5fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c5fec Color CSS Codes

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

#1c5fec Text Font Color

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

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


#1c5fec Background Color

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

This div background color is #1c5fec


#1c5fec Border Color

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

This div border color is #1c5fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c5fec


Comments

No comments written yet.

Please login to write comment.