Color Hex Logo

#4285fe Color Hex

#4285FE
(66,133,254)
0 Favorites   0 Comments

Color spaces of #4285fe

RGB 66133254
HSL0.610.990.63
HSV219°74°100°
CMYK 0.740.480.00   0.00
XYZ28.523725.089197.1052
Yxy25.08910.18930.1665
Hunter Lab50.089013.9928-79.8804
CIE-Lab57.162119.4000-66.3702

#4285fe color RGB value is (66,133,254).

#4285fe hex color red value is 66, green value is 133 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4285fe hue: 0.61 , saturation: 0.99 and the lightness value of 4285fe is 0.63.

The process color (four color CMYK) of #4285fe color hex is 0.74, 0.48, 0.00, 0.00. Web safe color of #4285fe is #3399ff. Color #4285fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000101 11111110
Octal 102 205 376
Decimal 66 133 254
Hex 42 85 FE

RGB Percentages of Color #4285fe

%14.57
%29.36
%56.07

CMYK Percentages of Color #4285fe

%74
%48
%0
%0

Triadic Colors of #4285fe

#4285fe #fe4285 #85fe42

Analogous Colors of #4285fe

#4285fe #5d42fe #42e3fe

Monochromatic Colors of #4285fe

#4285fe

Complementary Color

#4285fe #febb42

#4285fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4285fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4285fe Color CSS Codes

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

#4285fe Text Font Color

<p style="color:#4285fe">Text here</p>

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


#4285fe Background Color

<div style="background-color:#4285fe">
Div content here</div>

This div background color is #4285fe


#4285fe Border Color

<div style="border:3px solid #4285fe">
Div here</div>

This div border color is #4285fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,133,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4285fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4285fe;
  -webkit-box-shadow: 1px 1px 3px 2px #4285fe;
  box-shadow:         1px 1px 3px 2px #4285fe; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4285fe


Comments

No comments written yet.

Please login to write comment.