Color Hex Logo

#418ebd Color Hex

#418EBD
(65,142,189)
0 Favorites   0 Comments

Color spaces of #418ebd

RGB 65142189
HSL0.560.490.50
HSV203°66°74°
CMYK 0.660.250.00   0.26
XYZ21.038324.143951.6955
Yxy24.14390.21720.2492
Hunter Lab49.1364-9.5621-27.9824
CIE-Lab56.2316-8.8880-31.4878

#418ebd color RGB value is (65,142,189).

#418ebd hex color red value is 65, green value is 142 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #418ebd hue: 0.56 , saturation: 0.49 and the lightness value of 418ebd is 0.50.

The process color (four color CMYK) of #418ebd color hex is 0.66, 0.25, 0.00, 0.26. Web safe color of #418ebd is #3399cc. Color #418ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001110 10111101
Octal 101 216 275
Decimal 65 142 189
Hex 41 8E BD

RGB Percentages of Color #418ebd

%16.41
%35.86
%47.73

CMYK Percentages of Color #418ebd

%66
%25
%0
%26

Triadic Colors of #418ebd

#418ebd #bd418e #8ebd41

Analogous Colors of #418ebd

#418ebd #4150bd #41bdae

Monochromatic Colors of #418ebd

#418ebd

Complementary Color

#418ebd #bd7041

#418ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#418ebd Color CSS Codes

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

#418ebd Text Font Color

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

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


#418ebd Background Color

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

This div background color is #418ebd


#418ebd Border Color

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

This div border color is #418ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418ebd

#418ebd Color Palettes


Comments

No comments written yet.

Please login to write comment.