Color Hex Logo

#4e95fe Color Hex

#4E95FE
(78,149,254)
0 Favorites   0 Comments

Color spaces of #4e95fe

RGB 78149254
HSL0.600.990.65
HSV216°69°100°
CMYK 0.690.410.00   0.00
XYZ31.778730.270497.9338
Yxy30.27040.19860.1892
Hunter Lab55.01856.8191-67.0241
CIE-Lab61.886811.3127-58.7702

#4e95fe color RGB value is (78,149,254).

#4e95fe hex color red value is 78, green value is 149 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4e95fe hue: 0.60 , saturation: 0.99 and the lightness value of 4e95fe is 0.65.

The process color (four color CMYK) of #4e95fe color hex is 0.69, 0.41, 0.00, 0.00. Web safe color of #4e95fe is #6699ff. Color #4e95fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10010101 11111110
Octal 116 225 376
Decimal 78 149 254
Hex 4E 95 FE

RGB Percentages of Color #4e95fe

%16.22
%30.98
%52.81

CMYK Percentages of Color #4e95fe

%69
%41
%0
%0

Triadic Colors of #4e95fe

#4e95fe #fe4e95 #95fe4e

Analogous Colors of #4e95fe

#4e95fe #5f4efe #4eedfe

Monochromatic Colors of #4e95fe

#4e95fe

Complementary Color

#4e95fe #feb74e

#4e95fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e95fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e95fe Color CSS Codes

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

#4e95fe Text Font Color

<p style="color:#4e95fe">Text here</p>

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


#4e95fe Background Color

<div style="background-color:#4e95fe">
Div content here</div>

This div background color is #4e95fe


#4e95fe Border Color

<div style="border:3px solid #4e95fe">
Div here</div>

This div border color is #4e95fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,149,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e95fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e95fe;
  -webkit-box-shadow: 1px 1px 3px 2px #4e95fe;
  box-shadow:         1px 1px 3px 2px #4e95fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e95fe


Comments

No comments written yet.

Please login to write comment.