Color Hex Logo

#4285cf Color Hex

#4285CF
(66,133,207)
0 Favorites   0 Comments

Color spaces of #4285cf

RGB 66133207
HSL0.590.590.54
HSV211°68°81°
CMYK 0.680.360.00   0.19
XYZ21.896822.438362.2084
Yxy22.43830.20550.2106
Hunter Lab47.3691-0.3826-44.7054
CIE-Lab54.48902.6824-44.4233

#4285cf color RGB value is (66,133,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000101 11001111
Octal 102 205 317
Decimal 66 133 207
Hex 42 85 CF

RGB Percentages of Color #4285cf

%16.26
%32.76
%50.99

CMYK Percentages of Color #4285cf

%68
%36
%0
%19

Triadic Colors of #4285cf

#4285cf #cf4285 #85cf42

Analogous Colors of #4285cf

#4285cf #4642cf #42cccf

Monochromatic Colors of #4285cf

#4285cf

Complementary Color

#4285cf #cf8c42

#4285cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4285cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4285cf Color CSS Codes

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

#4285cf Text Font Color

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

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


#4285cf Background Color

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

This div background color is #4285cf


#4285cf Border Color

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

This div border color is #4285cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4285cf


Comments

No comments written yet.

Please login to write comment.