Color Hex Logo

#4295eb Color Hex

#4295EB
(66,149,235)
0 Favorites   0 Comments

Color spaces of #4295eb

RGB 66149235
HSL0.580.810.59
HSV211°72°92°
CMYK 0.720.370.00   0.08
XYZ27.989628.651382.6523
Yxy28.65130.20090.2057
Hunter Lab53.5269-0.3332-54.0824
CIE-Lab60.47263.0280-50.5941

#4295eb color RGB value is (66,149,235).

#4295eb hex color red value is 66, green value is 149 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4295eb hue: 0.58 , saturation: 0.81 and the lightness value of 4295eb is 0.59.

The process color (four color CMYK) of #4295eb color hex is 0.72, 0.37, 0.00, 0.08. Web safe color of #4295eb is #3399ff. Color #4295eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010101 11101011
Octal 102 225 353
Decimal 66 149 235
Hex 42 95 EB

RGB Percentages of Color #4295eb

%14.67
%33.11
%52.22

CMYK Percentages of Color #4295eb

%72
%37
%0
%8

Triadic Colors of #4295eb

#4295eb #eb4295 #95eb42

Analogous Colors of #4295eb

#4295eb #4442eb #42eaeb

Monochromatic Colors of #4295eb

#4295eb

Complementary Color

#4295eb #eb9842

#4295eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4295eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4295eb Color CSS Codes

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

#4295eb Text Font Color

<p style="color:#4295eb">Text here</p>

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


#4295eb Background Color

<div style="background-color:#4295eb">
Div content here</div>

This div background color is #4295eb


#4295eb Border Color

<div style="border:3px solid #4295eb">
Div here</div>

This div border color is #4295eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,149,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4295eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4295eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4295eb;
  box-shadow:         1px 1px 3px 2px #4295eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4295eb


Comments

No comments written yet.

Please login to write comment.