Color Hex Logo

#418daf Color Hex

#418DAF
(65,141,175)
0 Favorites   0 Comments

Color spaces of #418daf

RGB 65141175
HSL0.550.460.47
HSV199°63°69°
CMYK 0.630.190.00   0.31
XYZ19.442723.268744.0240
Yxy23.26870.22420.2683
Hunter Lab48.2376-12.4695-20.3446
CIE-Lab55.3480-12.9279-24.8765

#418daf color RGB value is (65,141,175).

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

The process color (four color CMYK) of #418daf color hex is 0.63, 0.19, 0.00, 0.31. Web safe color of #418daf is #339999. Color #418daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001101 10101111
Octal 101 215 257
Decimal 65 141 175
Hex 41 8D AF

RGB Percentages of Color #418daf

%17.06
%37.01
%45.93

CMYK Percentages of Color #418daf

%63
%19
%0
%31

Triadic Colors of #418daf

#418daf #af418d #8daf41

Analogous Colors of #418daf

#418daf #4156af #41af9a

Monochromatic Colors of #418daf

#418daf

Complementary Color

#418daf #af6341

#418daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#418daf Color CSS Codes

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

#418daf Text Font Color

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

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


#418daf Background Color

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

This div background color is #418daf


#418daf Border Color

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

This div border color is #418daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418daf


Comments

No comments written yet.

Please login to write comment.