Color Hex Logo

#438fac Color Hex

#438FAC
(67,143,172)
0 Favorites   0 Comments

Color spaces of #438fac

RGB 67143172
HSL0.550.440.47
HSV197°61°67°
CMYK 0.610.170.00   0.33
XYZ19.583623.816842.5947
Yxy23.81680.22770.2770
Hunter Lab48.8025-13.7753-17.5865
CIE-Lab55.9039-14.6139-22.3000

#438fac color RGB value is (67,143,172).

#438fac hex color red value is 67, green value is 143 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #438fac hue: 0.55 , saturation: 0.44 and the lightness value of 438fac is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001111 10101100
Octal 103 217 254
Decimal 67 143 172
Hex 43 8F AC

RGB Percentages of Color #438fac

%17.54
%37.43
%45.03

CMYK Percentages of Color #438fac

%61
%17
%0
%33

Triadic Colors of #438fac

#438fac #ac438f #8fac43

Analogous Colors of #438fac

#438fac #435aac #43ac95

Monochromatic Colors of #438fac

#438fac

Complementary Color

#438fac #ac6043

#438fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#438fac Color CSS Codes

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

#438fac Text Font Color

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

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


#438fac Background Color

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

This div background color is #438fac


#438fac Border Color

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

This div border color is #438fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438fac


Comments

No comments written yet.

Please login to write comment.