Color Hex Logo

#418eaf Color Hex

#418EAF
(65,142,175)
0 Favorites   0 Comments

Color spaces of #418eaf

RGB 65142175
HSL0.550.460.47
HSV198°63°69°
CMYK 0.630.190.00   0.31
XYZ19.590823.565044.0734
Yxy23.56500.22460.2702
Hunter Lab48.5438-12.9145-19.8493
CIE-Lab55.6496-13.4816-24.4118

#418eaf color RGB value is (65,142,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001110 10101111
Octal 101 216 257
Decimal 65 142 175
Hex 41 8E AF

RGB Percentages of Color #418eaf

%17.02
%37.17
%45.81

CMYK Percentages of Color #418eaf

%63
%19
%0
%31

Triadic Colors of #418eaf

#418eaf #af418e #8eaf41

Analogous Colors of #418eaf

#418eaf #4157af #41af99

Monochromatic Colors of #418eaf

#418eaf

Complementary Color

#418eaf #af6241

#418eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#418eaf Color CSS Codes

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

#418eaf Text Font Color

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

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


#418eaf Background Color

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

This div background color is #418eaf


#418eaf Border Color

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

This div border color is #418eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,142,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 #418eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418eaf


Comments

No comments written yet.

Please login to write comment.