Color Hex Logo

#4290de Color Hex

#4290DE
(66,144,222)
0 Favorites   0 Comments

Color spaces of #4290de

RGB 66144222
HSL0.580.700.56
HSV210°70°87°
CMYK 0.700.350.00   0.13
XYZ25.404826.378772.8599
Yxy26.37870.20380.2116
Hunter Lab51.3602-1.5871-48.1570
CIE-Lab58.39481.4119-46.6666

#4290de color RGB value is (66,144,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010000 11011110
Octal 102 220 336
Decimal 66 144 222
Hex 42 90 DE

RGB Percentages of Color #4290de

%15.28
%33.33
%51.39

CMYK Percentages of Color #4290de

%70
%35
%0
%13

Triadic Colors of #4290de

#4290de #de4290 #90de42

Analogous Colors of #4290de

#4290de #4242de #42dede

Monochromatic Colors of #4290de

#4290de

Complementary Color

#4290de #de9042

#4290de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4290de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4290de Color CSS Codes

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

#4290de Text Font Color

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

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


#4290de Background Color

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

This div background color is #4290de


#4290de Border Color

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

This div border color is #4290de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,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 #4290de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4290de


Comments

No comments written yet.

Please login to write comment.