Color Hex Logo

#1c5fef Color Hex

#1C5FEF
(28,95,239)
0 Favorites   0 Comments

Color spaces of #1c5fef

RGB 2895239
HSL0.610.870.52
HSV221°88°94°
CMYK 0.880.600.00   0.06
XYZ20.151114.663383.4296
Yxy14.66330.17040.1240
Hunter Lab38.292726.9214-102.3723
CIE-Lab45.169534.4804-77.5489

#1c5fef color RGB value is (28,95,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 01011111 11101111
Octal 34 137 357
Decimal 28 95 239
Hex 1C 5F EF

RGB Percentages of Color #1c5fef

%7.73
%26.24
%66.02

CMYK Percentages of Color #1c5fef

%88
%60
%0
%6

Triadic Colors of #1c5fef

#1c5fef #ef1c5f #5fef1c

Analogous Colors of #1c5fef

#1c5fef #421cef #1cc9ef

Monochromatic Colors of #1c5fef

#1c5fef

Complementary Color

#1c5fef #efac1c

#1c5fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c5fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c5fef Color CSS Codes

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

#1c5fef Text Font Color

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

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


#1c5fef Background Color

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

This div background color is #1c5fef


#1c5fef Border Color

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

This div border color is #1c5fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c5fef


Comments

No comments written yet.

Please login to write comment.