Color Hex Logo

#418eed Color Hex

#418EED
(65,142,237)
0 Favorites   0 Comments

Color spaces of #418eed

RGB 65142237
HSL0.590.830.59
HSV213°73°93°
CMYK 0.730.400.00   0.07
XYZ27.139026.584283.8217
Yxy26.58420.19730.1933
Hunter Lab51.55993.7253-60.2968
CIE-Lab58.58757.7493-54.7008

#418eed color RGB value is (65,142,237).

#418eed hex color red value is 65, green value is 142 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #418eed hue: 0.59 , saturation: 0.83 and the lightness value of 418eed is 0.59.

The process color (four color CMYK) of #418eed color hex is 0.73, 0.40, 0.00, 0.07. Web safe color of #418eed is #3399ff. Color #418eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001110 11101101
Octal 101 216 355
Decimal 65 142 237
Hex 41 8E ED

RGB Percentages of Color #418eed

%14.64
%31.98
%53.38

CMYK Percentages of Color #418eed

%73
%40
%0
%7

Triadic Colors of #418eed

#418eed #ed418e #8eed41

Analogous Colors of #418eed

#418eed #4a41ed #41e4ed

Monochromatic Colors of #418eed

#418eed

Complementary Color

#418eed #eda041

#418eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#418eed Color CSS Codes

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

#418eed Text Font Color

<p style="color:#418eed">Text here</p>

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


#418eed Background Color

<div style="background-color:#418eed">
Div content here</div>

This div background color is #418eed


#418eed Border Color

<div style="border:3px solid #418eed">
Div here</div>

This div border color is #418eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,142,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #418eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #418eed;
  -webkit-box-shadow: 1px 1px 3px 2px #418eed;
  box-shadow:         1px 1px 3px 2px #418eed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,142,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 #418eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418eed


Comments

No comments written yet.

Please login to write comment.