Color Hex Logo

#418fab Color Hex

#418FAB
(65,143,171)
0 Favorites   0 Comments

Color spaces of #418fab

RGB 65143171
HSL0.540.450.46
HSV196°62°67°
CMYK 0.620.160.00   0.33
XYZ19.353123.709042.0844
Yxy23.70900.22730.2784
Hunter Lab48.6919-14.2641-17.1600
CIE-Lab55.7953-15.3088-21.9008

#418fab color RGB value is (65,143,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001111 10101011
Octal 101 217 253
Decimal 65 143 171
Hex 41 8F AB

RGB Percentages of Color #418fab

%17.15
%37.73
%45.12

CMYK Percentages of Color #418fab

%62
%16
%0
%33

Triadic Colors of #418fab

#418fab #ab418f #8fab41

Analogous Colors of #418fab

#418fab #415aab #41ab92

Monochromatic Colors of #418fab

#418fab

Complementary Color

#418fab #ab5d41

#418fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#418fab Color CSS Codes

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

#418fab Text Font Color

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

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


#418fab Background Color

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

This div background color is #418fab


#418fab Border Color

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

This div border color is #418fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418fab


Comments

No comments written yet.

Please login to write comment.