Color Hex Logo

#4486ed Color Hex

#4486ED
(68,134,237)
0 Favorites   0 Comments

Color spaces of #4486ed

RGB 68134237
HSL0.600.820.60
HSV217°71°93°
CMYK 0.710.430.00   0.07
XYZ26.195124.393683.4486
Yxy24.39360.19540.1820
Hunter Lab49.38998.2394-65.6028
CIE-Lab56.479712.9721-58.0624

#4486ed color RGB value is (68,134,237).

#4486ed hex color red value is 68, green value is 134 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4486ed hue: 0.60 , saturation: 0.82 and the lightness value of 4486ed is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000110 11101101
Octal 104 206 355
Decimal 68 134 237
Hex 44 86 ED

RGB Percentages of Color #4486ed

%15.49
%30.52
%53.99

CMYK Percentages of Color #4486ed

%71
%43
%0
%7

Triadic Colors of #4486ed

#4486ed #ed4486 #86ed44

Analogous Colors of #4486ed

#4486ed #5744ed #44dbed

Monochromatic Colors of #4486ed

#4486ed

Complementary Color

#4486ed #edab44

#4486ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4486ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4486ed Color CSS Codes

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

#4486ed Text Font Color

<p style="color:#4486ed">Text here</p>

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


#4486ed Background Color

<div style="background-color:#4486ed">
Div content here</div>

This div background color is #4486ed


#4486ed Border Color

<div style="border:3px solid #4486ed">
Div here</div>

This div border color is #4486ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,134,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4486ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4486ed;
  -webkit-box-shadow: 1px 1px 3px 2px #4486ed;
  box-shadow:         1px 1px 3px 2px #4486ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,134,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4486ed


Comments

No comments written yet.

Please login to write comment.