Color Hex Logo

#438aca Color Hex

#438ACA
(67,138,202)
0 Favorites   0 Comments

Color spaces of #438aca

RGB 67138202
HSL0.580.560.53
HSV208°67°79°
CMYK 0.670.320.00   0.21
XYZ22.063923.634559.2761
Yxy23.63450.21020.2251
Hunter Lab48.6153-4.0652-38.2609
CIE-Lab55.7200-1.8458-39.6513

#438aca color RGB value is (67,138,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001010 11001010
Octal 103 212 312
Decimal 67 138 202
Hex 43 8A CA

RGB Percentages of Color #438aca

%16.46
%33.91
%49.63

CMYK Percentages of Color #438aca

%67
%32
%0
%21

Triadic Colors of #438aca

#438aca #ca438a #8aca43

Analogous Colors of #438aca

#438aca #4346ca #43cac7

Monochromatic Colors of #438aca

#438aca

Complementary Color

#438aca #ca8343

#438aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#438aca Color CSS Codes

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

#438aca Text Font Color

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

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


#438aca Background Color

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

This div background color is #438aca


#438aca Border Color

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

This div border color is #438aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438aca


Comments

No comments written yet.

Please login to write comment.