Color Hex Logo

#418bba Color Hex

#418BBA
(65,139,186)
0 Favorites   0 Comments

Color spaces of #418bba

RGB 65139186
HSL0.560.480.49
HSV203°65°73°
CMYK 0.650.250.00   0.27
XYZ20.275523.134249.8511
Yxy23.13420.21740.2481
Hunter Lab48.0980-8.9257-27.7824
CIE-Lab55.2103-8.1865-31.3706

#418bba color RGB value is (65,139,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001011 10111010
Octal 101 213 272
Decimal 65 139 186
Hex 41 8B BA

RGB Percentages of Color #418bba

%16.67
%35.64
%47.69

CMYK Percentages of Color #418bba

%65
%25
%0
%27

Triadic Colors of #418bba

#418bba #ba418b #8bba41

Analogous Colors of #418bba

#418bba #414eba #41baad

Monochromatic Colors of #418bba

#418bba

Complementary Color

#418bba #ba7041

#418bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#418bba Color CSS Codes

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

#418bba Text Font Color

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

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


#418bba Background Color

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

This div background color is #418bba


#418bba Border Color

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

This div border color is #418bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418bba


Comments

No comments written yet.

Please login to write comment.