Color Hex Logo

#418dee Color Hex

#418DEE
(65,141,238)
0 Favorites   0 Comments

Color spaces of #418dee

RGB 65141238
HSL0.590.840.59
HSV214°73°93°
CMYK 0.730.410.00   0.07
XYZ27.137526.346684.5440
Yxy26.34660.19660.1909
Hunter Lab51.32894.5469-61.7264
CIE-Lab58.36468.7039-55.6100

#418dee color RGB value is (65,141,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001101 11101110
Octal 101 215 356
Decimal 65 141 238
Hex 41 8D EE

RGB Percentages of Color #418dee

%14.64
%31.76
%53.60

CMYK Percentages of Color #418dee

%73
%41
%0
%7

Triadic Colors of #418dee

#418dee #ee418d #8dee41

Analogous Colors of #418dee

#418dee #4b41ee #41e4ee

Monochromatic Colors of #418dee

#418dee

Complementary Color

#418dee #eea241

#418dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#418dee Color CSS Codes

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

#418dee Text Font Color

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

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


#418dee Background Color

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

This div background color is #418dee


#418dee Border Color

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

This div border color is #418dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418dee


Comments

No comments written yet.

Please login to write comment.