Color Hex Logo

#438cbb Color Hex

#438CBB
(67,140,187)
0 Favorites   0 Comments

Color spaces of #438cbb

RGB 67140187
HSL0.570.470.50
HSV204°64°73°
CMYK 0.640.250.00   0.27
XYZ20.662523.537350.4678
Yxy23.53730.21830.2486
Hunter Lab48.5153-8.8791-27.7155
CIE-Lab55.6215-8.0702-31.2946

#438cbb color RGB value is (67,140,187).

#438cbb hex color red value is 67, green value is 140 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #438cbb hue: 0.57 , saturation: 0.47 and the lightness value of 438cbb is 0.50.

The process color (four color CMYK) of #438cbb color hex is 0.64, 0.25, 0.00, 0.27. Web safe color of #438cbb is #3399cc. Color #438cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001100 10111011
Octal 103 214 273
Decimal 67 140 187
Hex 43 8C BB

RGB Percentages of Color #438cbb

%17.01
%35.53
%47.46

CMYK Percentages of Color #438cbb

%64
%25
%0
%27

Triadic Colors of #438cbb

#438cbb #bb438c #8cbb43

Analogous Colors of #438cbb

#438cbb #4350bb #43bbae

Monochromatic Colors of #438cbb

#438cbb

Complementary Color

#438cbb #bb7243

#438cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#438cbb Color CSS Codes

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

#438cbb Text Font Color

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

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


#438cbb Background Color

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

This div background color is #438cbb


#438cbb Border Color

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

This div border color is #438cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438cbb


Comments

No comments written yet.

Please login to write comment.