Color Hex Logo

#4290ef Color Hex

#4290EF
(66,144,239)
0 Favorites   0 Comments

Color spaces of #4290ef

RGB 66144239
HSL0.590.840.60
HSV213°72°94°
CMYK 0.720.400.00   0.06
XYZ27.800027.336885.4727
Yxy27.33680.19770.1944
Hunter Lab52.28463.4113-60.3256
CIE-Lab59.28487.3953-54.6941

#4290ef color RGB value is (66,144,239).

#4290ef hex color red value is 66, green value is 144 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4290ef hue: 0.59 , saturation: 0.84 and the lightness value of 4290ef is 0.60.

The process color (four color CMYK) of #4290ef color hex is 0.72, 0.40, 0.00, 0.06. Web safe color of #4290ef is #3399ff. Color #4290ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010000 11101111
Octal 102 220 357
Decimal 66 144 239
Hex 42 90 EF

RGB Percentages of Color #4290ef

%14.70
%32.07
%53.23

CMYK Percentages of Color #4290ef

%72
%40
%0
%6

Triadic Colors of #4290ef

#4290ef #ef4290 #90ef42

Analogous Colors of #4290ef

#4290ef #4a42ef #42e7ef

Monochromatic Colors of #4290ef

#4290ef

Complementary Color

#4290ef #efa142

#4290ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4290ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4290ef Color CSS Codes

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

#4290ef Text Font Color

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

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


#4290ef Background Color

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

This div background color is #4290ef


#4290ef Border Color

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

This div border color is #4290ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4290ef


Comments

No comments written yet.

Please login to write comment.