Color Hex Logo

#4285fb Color Hex

#4285FB
(66,133,251)
0 Favorites   0 Comments

Color spaces of #4285fb

RGB 66133251
HSL0.610.960.62
HSV218°74°98°
CMYK 0.740.470.00   0.02
XYZ28.046924.898394.5944
Yxy24.89830.19010.1688
Hunter Lab49.898213.0099-77.4702
CIE-Lab56.976218.3257-65.0171

#4285fb color RGB value is (66,133,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000101 11111011
Octal 102 205 373
Decimal 66 133 251
Hex 42 85 FB

RGB Percentages of Color #4285fb

%14.67
%29.56
%55.78

CMYK Percentages of Color #4285fb

%74
%47
%0
%2

Triadic Colors of #4285fb

#4285fb #fb4285 #85fb42

Analogous Colors of #4285fb

#4285fb #5c42fb #42e2fb

Monochromatic Colors of #4285fb

#4285fb

Complementary Color

#4285fb #fbb842

#4285fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4285fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4285fb Color CSS Codes

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

#4285fb Text Font Color

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

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


#4285fb Background Color

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

This div background color is #4285fb


#4285fb Border Color

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

This div border color is #4285fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4285fb


Comments

No comments written yet.

Please login to write comment.