Color Hex Logo

#1c90ea Color Hex

#1C90EA
(28,144,234)
0 Favorites   0 Comments

Color spaces of #1c90ea

RGB 28144234
HSL0.570.830.51
HSV206°88°92°
CMYK 0.880.380.00   0.08
XYZ25.303426.133981.5526
Yxy26.13390.19030.1965
Hunter Lab51.1213-1.1106-58.7990
CIE-Lab58.16391.9778-53.7618

#1c90ea color RGB value is (28,144,234).

#1c90ea hex color red value is 28, green value is 144 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1c90ea hue: 0.57 , saturation: 0.83 and the lightness value of 1c90ea is 0.51.

The process color (four color CMYK) of #1c90ea color hex is 0.88, 0.38, 0.00, 0.08. Web safe color of #1c90ea is #3399ff. Color #1c90ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10010000 11101010
Octal 34 220 352
Decimal 28 144 234
Hex 1C 90 EA

RGB Percentages of Color #1c90ea

%6.90
%35.47
%57.64

CMYK Percentages of Color #1c90ea

%88
%38
%0
%8

Triadic Colors of #1c90ea

#1c90ea #ea1c90 #90ea1c

Analogous Colors of #1c90ea

#1c90ea #1c29ea #1ceadd

Monochromatic Colors of #1c90ea

#1c90ea

Complementary Color

#1c90ea #ea761c

#1c90ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c90ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c90ea Color CSS Codes

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

#1c90ea Text Font Color

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

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


#1c90ea Background Color

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

This div background color is #1c90ea


#1c90ea Border Color

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

This div border color is #1c90ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c90ea


Comments

No comments written yet.

Please login to write comment.