Color Hex Logo

#418aad Color Hex

#418AAD
(65,138,173)
0 Favorites   0 Comments

Color spaces of #418aad

RGB 65138173
HSL0.550.450.47
HSV199°62°68°
CMYK 0.620.200.00   0.32
XYZ18.811322.317942.8515
Yxy22.31790.22400.2658
Hunter Lab47.2418-11.5960-20.7107
CIE-Lab54.3627-11.9050-25.2506

#418aad color RGB value is (65,138,173).

#418aad hex color red value is 65, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #418aad hue: 0.55 , saturation: 0.45 and the lightness value of 418aad is 0.47.

The process color (four color CMYK) of #418aad color hex is 0.62, 0.20, 0.00, 0.32. Web safe color of #418aad is #339999. Color #418aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001010 10101101
Octal 101 212 255
Decimal 65 138 173
Hex 41 8A AD

RGB Percentages of Color #418aad

%17.29
%36.70
%46.01

CMYK Percentages of Color #418aad

%62
%20
%0
%32

Triadic Colors of #418aad

#418aad #ad418a #8aad41

Analogous Colors of #418aad

#418aad #4154ad #41ad9a

Monochromatic Colors of #418aad

#418aad

Complementary Color

#418aad #ad6441

#418aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#418aad Color CSS Codes

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

#418aad Text Font Color

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

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


#418aad Background Color

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

This div background color is #418aad


#418aad Border Color

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

This div border color is #418aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418aad


Comments

No comments written yet.

Please login to write comment.