Color Hex Logo

#1c7afe Color Hex

#1C7AFE
(28,122,254)
0 Favorites   0 Comments

Color spaces of #1c7afe

RGB 28122254
HSL0.600.990.55
HSV215°89°100°
CMYK 0.890.520.00   0.00
XYZ25.327821.321796.5465
Yxy21.32170.17690.1489
Hunter Lab46.175417.1025-91.6445
CIE-Lab53.299823.0473-72.6595

#1c7afe color RGB value is (28,122,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 01111010 11111110
Octal 34 172 376
Decimal 28 122 254
Hex 1C 7A FE

RGB Percentages of Color #1c7afe

%6.93
%30.20
%62.87

CMYK Percentages of Color #1c7afe

%89
%52
%0
%0

Triadic Colors of #1c7afe

#1c7afe #fe1c7a #7afe1c

Analogous Colors of #1c7afe

#1c7afe #2f1cfe #1cebfe

Monochromatic Colors of #1c7afe

#1c7afe

Complementary Color

#1c7afe #fea01c

#1c7afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c7afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c7afe Color CSS Codes

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

#1c7afe Text Font Color

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

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


#1c7afe Background Color

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

This div background color is #1c7afe


#1c7afe Border Color

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

This div border color is #1c7afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c7afe


Comments

No comments written yet.

Please login to write comment.