Color Hex Logo

#438eaa Color Hex

#438EAA
(67,142,170)
0 Favorites   0 Comments

Color spaces of #438eaa

RGB 67142170
HSL0.550.430.46
HSV196°61°67°
CMYK 0.610.160.00   0.33
XYZ19.243423.441641.5406
Yxy23.44160.22850.2783
Hunter Lab48.4165-13.7832-16.9783
CIE-Lab55.5243-14.6978-21.7377

#438eaa color RGB value is (67,142,170).

#438eaa hex color red value is 67, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #438eaa hue: 0.55 , saturation: 0.43 and the lightness value of 438eaa is 0.46.

The process color (four color CMYK) of #438eaa color hex is 0.61, 0.16, 0.00, 0.33. Web safe color of #438eaa is #339999. Color #438eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001110 10101010
Octal 103 216 252
Decimal 67 142 170
Hex 43 8E AA

RGB Percentages of Color #438eaa

%17.68
%37.47
%44.85

CMYK Percentages of Color #438eaa

%61
%16
%0
%33

Triadic Colors of #438eaa

#438eaa #aa438e #8eaa43

Analogous Colors of #438eaa

#438eaa #435baa #43aa93

Monochromatic Colors of #438eaa

#438eaa

Complementary Color

#438eaa #aa5f43

#438eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#438eaa Color CSS Codes

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

#438eaa Text Font Color

<p style="color:#438eaa">Text here</p>

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


#438eaa Background Color

<div style="background-color:#438eaa">
Div content here</div>

This div background color is #438eaa


#438eaa Border Color

<div style="border:3px solid #438eaa">
Div here</div>

This div border color is #438eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,142,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #438eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #438eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #438eaa;
  box-shadow:         1px 1px 3px 2px #438eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438eaa


Comments

No comments written yet.

Please login to write comment.