Color Hex Logo

#4285ce Color Hex

#4285CE
(66,133,206)
0 Favorites   0 Comments

Color spaces of #4285ce

RGB 66133206
HSL0.590.590.53
HSV211°68°81°
CMYK 0.680.350.00   0.19
XYZ21.774922.389561.5665
Yxy22.38950.20590.2118
Hunter Lab47.3175-0.6624-44.0220
CIE-Lab54.43792.3330-43.9386

#4285ce color RGB value is (66,133,206).

#4285ce hex color red value is 66, green value is 133 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4285ce hue: 0.59 , saturation: 0.59 and the lightness value of 4285ce is 0.53.

The process color (four color CMYK) of #4285ce color hex is 0.68, 0.35, 0.00, 0.19. Web safe color of #4285ce is #3399cc. Color #4285ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000101 11001110
Octal 102 205 316
Decimal 66 133 206
Hex 42 85 CE

RGB Percentages of Color #4285ce

%16.30
%32.84
%50.86

CMYK Percentages of Color #4285ce

%68
%35
%0
%19

Triadic Colors of #4285ce

#4285ce #ce4285 #85ce42

Analogous Colors of #4285ce

#4285ce #4542ce #42cbce

Monochromatic Colors of #4285ce

#4285ce

Complementary Color

#4285ce #ce8b42

#4285ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4285ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4285ce Color CSS Codes

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

#4285ce Text Font Color

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

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


#4285ce Background Color

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

This div background color is #4285ce


#4285ce Border Color

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

This div border color is #4285ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4285ce


Comments

No comments written yet.

Please login to write comment.