Color Hex Logo

#1c90fa Color Hex

#1C90FA
(28,144,250)
0 Favorites   0 Comments

Color spaces of #1c90fa

RGB 28144250
HSL0.580.960.55
HSV209°89°98°
CMYK 0.890.420.00   0.02
XYZ27.707527.095594.2121
Yxy27.09550.18590.1818
Hunter Lab52.05333.9205-70.8725
CIE-Lab59.06267.9843-61.1624

#1c90fa color RGB value is (28,144,250).

#1c90fa hex color red value is 28, green value is 144 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #1c90fa hue: 0.58 , saturation: 0.96 and the lightness value of 1c90fa is 0.55.

The process color (four color CMYK) of #1c90fa color hex is 0.89, 0.42, 0.00, 0.02. Web safe color of #1c90fa is #3399ff. Color #1c90fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10010000 11111010
Octal 34 220 372
Decimal 28 144 250
Hex 1C 90 FA

RGB Percentages of Color #1c90fa

%6.64
%34.12
%59.24

CMYK Percentages of Color #1c90fa

%89
%42
%0
%2

Triadic Colors of #1c90fa

#1c90fa #fa1c90 #90fa1c

Analogous Colors of #1c90fa

#1c90fa #1c21fa #1cfaf5

Monochromatic Colors of #1c90fa

#1c90fa

Complementary Color

#1c90fa #fa861c

#1c90fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c90fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c90fa Color CSS Codes

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

#1c90fa Text Font Color

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

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


#1c90fa Background Color

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

This div background color is #1c90fa


#1c90fa Border Color

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

This div border color is #1c90fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c90fa


Comments

No comments written yet.

Please login to write comment.