Color Hex Logo

#4285dd Color Hex

#4285DD
(66,133,221)
0 Favorites   0 Comments

Color spaces of #4285dd

RGB 66133221
HSL0.590.700.56
HSV214°70°87°
CMYK 0.700.400.00   0.13
XYZ23.685423.153871.6274
Yxy23.15380.19990.1954
Hunter Lab48.11843.6562-54.5742
CIE-Lab55.23047.6149-51.1304

#4285dd color RGB value is (66,133,221).

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

The process color (four color CMYK) of #4285dd color hex is 0.70, 0.40, 0.00, 0.13. Web safe color of #4285dd is #3399cc. Color #4285dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000101 11011101
Octal 102 205 335
Decimal 66 133 221
Hex 42 85 DD

RGB Percentages of Color #4285dd

%15.71
%31.67
%52.62

CMYK Percentages of Color #4285dd

%70
%40
%0
%13

Triadic Colors of #4285dd

#4285dd #dd4285 #85dd42

Analogous Colors of #4285dd

#4285dd #4c42dd #42d3dd

Monochromatic Colors of #4285dd

#4285dd

Complementary Color

#4285dd #dd9a42

#4285dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4285dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4285dd Color CSS Codes

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

#4285dd Text Font Color

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

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


#4285dd Background Color

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

This div background color is #4285dd


#4285dd Border Color

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

This div border color is #4285dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4285dd


Comments

No comments written yet.

Please login to write comment.