Color Hex Logo

#418baa Color Hex

#418BAA
(65,139,170)
0 Favorites   0 Comments

Color spaces of #418baa

RGB 65139170
HSL0.550.450.46
HSV198°62°67°
CMYK 0.620.180.00   0.33
XYZ18.668322.491341.3875
Yxy22.49130.22620.2725
Hunter Lab47.4250-12.7293-18.5445
CIE-Lab54.5444-13.4286-23.2487

#418baa color RGB value is (65,139,170).

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

The process color (four color CMYK) of #418baa color hex is 0.62, 0.18, 0.00, 0.33. Web safe color of #418baa is #339999. Color #418baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001011 10101010
Octal 101 213 252
Decimal 65 139 170
Hex 41 8B AA

RGB Percentages of Color #418baa

%17.38
%37.17
%45.45

CMYK Percentages of Color #418baa

%62
%18
%0
%33

Triadic Colors of #418baa

#418baa #aa418b #8baa41

Analogous Colors of #418baa

#418baa #4156aa #41aa95

Monochromatic Colors of #418baa

#418baa

Complementary Color

#418baa #aa6041

#418baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#418baa Color CSS Codes

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

#418baa Text Font Color

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

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


#418baa Background Color

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

This div background color is #418baa


#418baa Border Color

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

This div border color is #418baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418baa


Comments

No comments written yet.

Please login to write comment.