Color Hex Logo

#418eee Color Hex

#418EEE
(65,142,238)
0 Favorites   0 Comments

Color spaces of #418eee

RGB 65142238
HSL0.590.840.59
HSV213°73°93°
CMYK 0.730.400.00   0.07
XYZ27.285626.642984.5934
Yxy26.64290.19700.1923
Hunter Lab51.61684.0292-61.0371
CIE-Lab58.64238.1046-55.1670

#418eee color RGB value is (65,142,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001110 11101110
Octal 101 216 356
Decimal 65 142 238
Hex 41 8E EE

RGB Percentages of Color #418eee

%14.61
%31.91
%53.48

CMYK Percentages of Color #418eee

%73
%40
%0
%7

Triadic Colors of #418eee

#418eee #ee418e #8eee41

Analogous Colors of #418eee

#418eee #4a41ee #41e5ee

Monochromatic Colors of #418eee

#418eee

Complementary Color

#418eee #eea141

#418eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#418eee Color CSS Codes

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

#418eee Text Font Color

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

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


#418eee Background Color

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

This div background color is #418eee


#418eee Border Color

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

This div border color is #418eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418eee


Comments

No comments written yet.

Please login to write comment.