Color Hex Logo

#418aae Color Hex

#418AAE
(65,138,174)
0 Favorites   0 Comments

Color spaces of #418aae

RGB 65138174
HSL0.560.460.47
HSV200°63°68°
CMYK 0.630.210.00   0.32
XYZ18.908422.356843.3631
Yxy22.35680.22340.2642
Hunter Lab47.2830-11.3633-21.2766
CIE-Lab54.4035-11.5806-25.7611

#418aae color RGB value is (65,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001010 10101110
Octal 101 212 256
Decimal 65 138 174
Hex 41 8A AE

RGB Percentages of Color #418aae

%17.24
%36.60
%46.15

CMYK Percentages of Color #418aae

%63
%21
%0
%32

Triadic Colors of #418aae

#418aae #ae418a #8aae41

Analogous Colors of #418aae

#418aae #4154ae #41ae9c

Monochromatic Colors of #418aae

#418aae

Complementary Color

#418aae #ae6541

#418aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#418aae Color CSS Codes

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

#418aae Text Font Color

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

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


#418aae Background Color

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

This div background color is #418aae


#418aae Border Color

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

This div border color is #418aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418aae


Comments

No comments written yet.

Please login to write comment.