Color Hex Logo

#4285ba Color Hex

#4285BA
(66,133,186)
0 Favorites   0 Comments

Color spaces of #4285ba

RGB 66133186
HSL0.570.480.49
HSV207°65°73°
CMYK 0.650.280.00   0.27
XYZ19.497221.478549.5725
Yxy21.47850.21530.2372
Hunter Lab46.3449-6.0090-30.9777
CIE-Lab53.4693-4.5547-34.0847

#4285ba color RGB value is (66,133,186).

#4285ba hex color red value is 66, green value is 133 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4285ba hue: 0.57 , saturation: 0.48 and the lightness value of 4285ba is 0.49.

The process color (four color CMYK) of #4285ba color hex is 0.65, 0.28, 0.00, 0.27. Web safe color of #4285ba is #3399cc. Color #4285ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000101 10111010
Octal 102 205 272
Decimal 66 133 186
Hex 42 85 BA

RGB Percentages of Color #4285ba

%17.14
%34.55
%48.31

CMYK Percentages of Color #4285ba

%65
%28
%0
%27

Triadic Colors of #4285ba

#4285ba #ba4285 #85ba42

Analogous Colors of #4285ba

#4285ba #4249ba #42bab3

Monochromatic Colors of #4285ba

#4285ba

Complementary Color

#4285ba #ba7742

#4285ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4285ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4285ba Color CSS Codes

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

#4285ba Text Font Color

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

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


#4285ba Background Color

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

This div background color is #4285ba


#4285ba Border Color

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

This div border color is #4285ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4285ba


Comments

No comments written yet.

Please login to write comment.