Color Hex Logo

#418da6 Color Hex

#418DA6
(65,141,166)
0 Favorites   0 Comments

Color spaces of #418da6

RGB 65141166
HSL0.540.440.45
HSV195°61°65°
CMYK 0.610.150.00   0.35
XYZ18.587822.926739.5220
Yxy22.92670.22940.2829
Hunter Lab47.8818-14.4992-15.4211
CIE-Lab54.9968-15.7966-20.2586

#418da6 color RGB value is (65,141,166).

#418da6 hex color red value is 65, green value is 141 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #418da6 hue: 0.54 , saturation: 0.44 and the lightness value of 418da6 is 0.45.

The process color (four color CMYK) of #418da6 color hex is 0.61, 0.15, 0.00, 0.35. Web safe color of #418da6 is #339999. Color #418da6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001101 10100110
Octal 101 215 246
Decimal 65 141 166
Hex 41 8D A6

RGB Percentages of Color #418da6

%17.47
%37.90
%44.62

CMYK Percentages of Color #418da6

%61
%15
%0
%35

Triadic Colors of #418da6

#418da6 #a6418d #8da641

Analogous Colors of #418da6

#418da6 #415ba6 #41a68d

Monochromatic Colors of #418da6

#418da6

Complementary Color

#418da6 #a65a41

#418da6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418da6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#418da6 Color CSS Codes

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

#418da6 Text Font Color

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

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


#418da6 Background Color

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

This div background color is #418da6


#418da6 Border Color

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

This div border color is #418da6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418da6


Comments

No comments written yet.

Please login to write comment.