Color Hex Logo

#4285bc Color Hex

#4285BC
(66,133,188)
0 Favorites   0 Comments

Color spaces of #4285bc

RGB 66133188
HSL0.580.480.50
HSV207°65°74°
CMYK 0.650.290.00   0.26
XYZ19.711421.564150.7003
Yxy21.56410.21430.2345
Hunter Lab46.4372-5.4963-32.2271
CIE-Lab53.5614-3.8760-35.0838

#4285bc color RGB value is (66,133,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000101 10111100
Octal 102 205 274
Decimal 66 133 188
Hex 42 85 BC

RGB Percentages of Color #4285bc

%17.05
%34.37
%48.58

CMYK Percentages of Color #4285bc

%65
%29
%0
%26

Triadic Colors of #4285bc

#4285bc #bc4285 #85bc42

Analogous Colors of #4285bc

#4285bc #4248bc #42bcb6

Monochromatic Colors of #4285bc

#4285bc

Complementary Color

#4285bc #bc7942

#4285bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4285bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4285bc Color CSS Codes

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

#4285bc Text Font Color

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

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


#4285bc Background Color

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

This div background color is #4285bc


#4285bc Border Color

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

This div border color is #4285bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4285bc


Comments

No comments written yet.

Please login to write comment.