Color Hex Logo

#4485ee Color Hex

#4485EE
(68,133,238)
0 Favorites   0 Comments

Color spaces of #4485ee

RGB 68133238
HSL0.600.830.60
HSV217°71°93°
CMYK 0.710.440.00   0.07
XYZ26.204024.177084.1745
Yxy24.17700.19470.1797
Hunter Lab49.17019.0795-67.0797
CIE-Lab56.264613.9364-58.9626

#4485ee color RGB value is (68,133,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000101 11101110
Octal 104 205 356
Decimal 68 133 238
Hex 44 85 EE

RGB Percentages of Color #4485ee

%15.49
%30.30
%54.21

CMYK Percentages of Color #4485ee

%71
%44
%0
%7

Triadic Colors of #4485ee

#4485ee #ee4485 #85ee44

Analogous Colors of #4485ee

#4485ee #5844ee #44daee

Monochromatic Colors of #4485ee

#4485ee

Complementary Color

#4485ee #eead44

#4485ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4485ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4485ee Color CSS Codes

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

#4485ee Text Font Color

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

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


#4485ee Background Color

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

This div background color is #4485ee


#4485ee Border Color

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

This div border color is #4485ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,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 #4485ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4485ee


Comments

No comments written yet.

Please login to write comment.