Color Hex Logo

#1c7ffe Color Hex

#1C7FFE
(28,127,254)
0 Favorites   0 Comments

Color spaces of #1c7ffe

RGB 28127254
HSL0.590.990.55
HSV214°89°100°
CMYK 0.890.500.00   0.00
XYZ25.957722.581496.7565
Yxy22.58140.17870.1554
Hunter Lab47.519914.3457-87.4580
CIE-Lab54.638519.9224-70.4906

#1c7ffe color RGB value is (28,127,254).

#1c7ffe hex color red value is 28, green value is 127 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #1c7ffe hue: 0.59 , saturation: 0.99 and the lightness value of 1c7ffe is 0.55.

The process color (four color CMYK) of #1c7ffe color hex is 0.89, 0.50, 0.00, 0.00. Web safe color of #1c7ffe is #3366ff. Color #1c7ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01111111 11111110
Octal 34 177 376
Decimal 28 127 254
Hex 1C 7F FE

RGB Percentages of Color #1c7ffe

%6.85
%31.05
%62.10

CMYK Percentages of Color #1c7ffe

%89
%50
%0
%0

Triadic Colors of #1c7ffe

#1c7ffe #fe1c7f #7ffe1c

Analogous Colors of #1c7ffe

#1c7ffe #2a1cfe #1cf0fe

Monochromatic Colors of #1c7ffe

#1c7ffe

Complementary Color

#1c7ffe #fe9b1c

#1c7ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c7ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c7ffe Color CSS Codes

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

#1c7ffe Text Font Color

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

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


#1c7ffe Background Color

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

This div background color is #1c7ffe


#1c7ffe Border Color

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

This div border color is #1c7ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c7ffe


Comments

No comments written yet.

Please login to write comment.