Color Hex Logo

#418dec Color Hex

#418DEC
(65,141,236)
0 Favorites   0 Comments

Color spaces of #418dec

RGB 65141236
HSL0.590.820.59
HSV213°72°93°
CMYK 0.720.400.00   0.07
XYZ26.845226.229783.0048
Yxy26.22970.19730.1928
Hunter Lab51.21493.9377-60.2417
CIE-Lab58.25447.9923-54.6776

#418dec color RGB value is (65,141,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001101 11101100
Octal 101 215 354
Decimal 65 141 236
Hex 41 8D EC

RGB Percentages of Color #418dec

%14.71
%31.90
%53.39

CMYK Percentages of Color #418dec

%72
%40
%0
%7

Triadic Colors of #418dec

#418dec #ec418d #8dec41

Analogous Colors of #418dec

#418dec #4a41ec #41e3ec

Monochromatic Colors of #418dec

#418dec

Complementary Color

#418dec #eca041

#418dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#418dec Color CSS Codes

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

#418dec Text Font Color

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

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


#418dec Background Color

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

This div background color is #418dec


#418dec Border Color

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

This div border color is #418dec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,141,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418dec


Comments

No comments written yet.

Please login to write comment.