Color Hex Logo

#4285ee Color Hex

#4285EE
(66,133,238)
0 Favorites   0 Comments

Color spaces of #4285ee

RGB 66133238
HSL0.600.830.60
HSV217°72°93°
CMYK 0.720.440.00   0.07
XYZ26.066924.106484.1680
Yxy24.10640.19400.1794
Hunter Lab49.09838.8460-67.2707
CIE-Lab56.194213.6713-59.0792

#4285ee color RGB value is (66,133,238).

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

The process color (four color CMYK) of #4285ee color hex is 0.72, 0.44, 0.00, 0.07. Web safe color of #4285ee is #3399ff. Color #4285ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000101 11101110
Octal 102 205 356
Decimal 66 133 238
Hex 42 85 EE

RGB Percentages of Color #4285ee

%15.10
%30.43
%54.46

CMYK Percentages of Color #4285ee

%72
%44
%0
%7

Triadic Colors of #4285ee

#4285ee #ee4285 #85ee42

Analogous Colors of #4285ee

#4285ee #5542ee #42dbee

Monochromatic Colors of #4285ee

#4285ee

Complementary Color

#4285ee #eeab42

#4285ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4285ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4285ee Color CSS Codes

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

#4285ee Text Font Color

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

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


#4285ee Background Color

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

This div background color is #4285ee


#4285ee Border Color

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

This div border color is #4285ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4285ee


Comments

No comments written yet.

Please login to write comment.