Color Hex Logo

#1290de Color Hex

#1290DE
(18,144,222)
0 Favorites   0 Comments

Color spaces of #1290de

RGB 18144222
HSL0.560.850.47
HSV203°92°87°
CMYK 0.920.350.00   0.13
XYZ23.407525.349072.7664
Yxy25.34900.19260.2086
Hunter Lab50.3478-5.1211-50.4469
CIE-Lab57.4139-3.0321-48.2829

#1290de color RGB value is (18,144,222).

#1290de hex color red value is 18, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #1290de hue: 0.56 , saturation: 0.85 and the lightness value of 1290de is 0.47.

The process color (four color CMYK) of #1290de color hex is 0.92, 0.35, 0.00, 0.13. Web safe color of #1290de is #0099cc. Color #1290de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10010000 11011110
Octal 22 220 336
Decimal 18 144 222
Hex 12 90 DE

RGB Percentages of Color #1290de

%4.69
%37.50
%57.81

CMYK Percentages of Color #1290de

%92
%35
%0
%13

Triadic Colors of #1290de

#1290de #de1290 #90de12

Analogous Colors of #1290de

#1290de #122ade #12dec6

Monochromatic Colors of #1290de

#1290de

Complementary Color

#1290de #de6012

#1290de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1290de Color Preview on White Background

Lorem ipsum dolor sit amet.

#1290de Color CSS Codes

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

#1290de Text Font Color

<p style="color:#1290de">Text here</p>

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


#1290de Background Color

<div style="background-color:#1290de">
Div content here</div>

This div background color is #1290de


#1290de Border Color

<div style="border:3px solid #1290de">
Div here</div>

This div border color is #1290de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,144,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1290de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1290de;
  -webkit-box-shadow: 1px 1px 3px 2px #1290de;
  box-shadow:         1px 1px 3px 2px #1290de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1290de


Comments

No comments written yet.

Please login to write comment.