Color Hex Logo

#418aab Color Hex

#418AAB
(65,138,171)
0 Favorites   0 Comments

Color spaces of #418aab

RGB 65138171
HSL0.550.450.46
HSV199°62°67°
CMYK 0.620.190.00   0.33
XYZ18.619122.241041.8397
Yxy22.24100.22510.2689
Hunter Lab47.1604-12.0581-19.5886
CIE-Lab54.2818-12.5520-24.2273

#418aab color RGB value is (65,138,171).

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

The process color (four color CMYK) of #418aab color hex is 0.62, 0.19, 0.00, 0.33. Web safe color of #418aab is #339999. Color #418aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001010 10101011
Octal 101 212 253
Decimal 65 138 171
Hex 41 8A AB

RGB Percentages of Color #418aab

%17.38
%36.90
%45.72

CMYK Percentages of Color #418aab

%62
%19
%0
%33

Triadic Colors of #418aab

#418aab #ab418a #8aab41

Analogous Colors of #418aab

#418aab #4155ab #41ab97

Monochromatic Colors of #418aab

#418aab

Complementary Color

#418aab #ab6241

#418aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#418aab Color CSS Codes

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

#418aab Text Font Color

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

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


#418aab Background Color

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

This div background color is #418aab


#418aab Border Color

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

This div border color is #418aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418aab


Comments

No comments written yet.

Please login to write comment.