Color Hex Logo

#438acc Color Hex

#438ACC
(67,138,204)
0 Favorites   0 Comments

Color spaces of #438acc

RGB 67138204
HSL0.580.570.53
HSV209°67°80°
CMYK 0.670.320.00   0.20
XYZ22.302323.729960.5316
Yxy23.72990.20930.2227
Hunter Lab48.7133-3.5262-39.5749
CIE-Lab55.8163-1.1584-40.6300

#438acc color RGB value is (67,138,204).

#438acc hex color red value is 67, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #438acc hue: 0.58 , saturation: 0.57 and the lightness value of 438acc is 0.53.

The process color (four color CMYK) of #438acc color hex is 0.67, 0.32, 0.00, 0.20. Web safe color of #438acc is #3399cc. Color #438acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001010 11001100
Octal 103 212 314
Decimal 67 138 204
Hex 43 8A CC

RGB Percentages of Color #438acc

%16.38
%33.74
%49.88

CMYK Percentages of Color #438acc

%67
%32
%0
%20

Triadic Colors of #438acc

#438acc #cc438a #8acc43

Analogous Colors of #438acc

#438acc #4346cc #43ccca

Monochromatic Colors of #438acc

#438acc

Complementary Color

#438acc #cc8543

#438acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#438acc Color CSS Codes

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

#438acc Text Font Color

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

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


#438acc Background Color

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

This div background color is #438acc


#438acc Border Color

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

This div border color is #438acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438acc


Comments

No comments written yet.

Please login to write comment.