Color Hex Logo

#418eae Color Hex

#418EAE
(65,142,174)
0 Favorites   0 Comments

Color spaces of #418eae

RGB 65142174
HSL0.550.460.47
HSV198°63°68°
CMYK 0.630.180.00   0.32
XYZ19.493023.525843.5579
Yxy23.52580.22520.2717
Hunter Lab48.5034-13.1437-19.2923
CIE-Lab55.6099-13.8026-23.9013

#418eae color RGB value is (65,142,174).

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

The process color (four color CMYK) of #418eae color hex is 0.63, 0.18, 0.00, 0.32. Web safe color of #418eae is #339999. Color #418eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001110 10101110
Octal 101 216 256
Decimal 65 142 174
Hex 41 8E AE

RGB Percentages of Color #418eae

%17.06
%37.27
%45.67

CMYK Percentages of Color #418eae

%63
%18
%0
%32

Triadic Colors of #418eae

#418eae #ae418e #8eae41

Analogous Colors of #418eae

#418eae #4158ae #41ae98

Monochromatic Colors of #418eae

#418eae

Complementary Color

#418eae #ae6141

#418eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#418eae Color CSS Codes

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

#418eae Text Font Color

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

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


#418eae Background Color

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

This div background color is #418eae


#418eae Border Color

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

This div border color is #418eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418eae


Comments

No comments written yet.

Please login to write comment.