Color Hex Logo

#438acd Color Hex

#438ACD
(67,138,205)
0 Favorites   0 Comments

Color spaces of #438acd

RGB 67138205
HSL0.580.580.53
HSV209°67°80°
CMYK 0.670.330.00   0.20
XYZ22.422723.778061.1654
Yxy23.77800.20880.2215
Hunter Lab48.7627-3.2545-40.2364
CIE-Lab55.8648-0.8134-41.1184

#438acd color RGB value is (67,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001010 11001101
Octal 103 212 315
Decimal 67 138 205
Hex 43 8A CD

RGB Percentages of Color #438acd

%16.34
%33.66
%50.00

CMYK Percentages of Color #438acd

%67
%33
%0
%20

Triadic Colors of #438acd

#438acd #cd438a #8acd43

Analogous Colors of #438acd

#438acd #4345cd #43cdcb

Monochromatic Colors of #438acd

#438acd

Complementary Color

#438acd #cd8643

#438acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#438acd Color CSS Codes

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

#438acd Text Font Color

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

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


#438acd Background Color

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

This div background color is #438acd


#438acd Border Color

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

This div border color is #438acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438acd


Comments

No comments written yet.

Please login to write comment.