Color Hex Logo

#438ebb Color Hex

#438EBB
(67,142,187)
0 Favorites   0 Comments

Color spaces of #438ebb

RGB 67142187
HSL0.560.470.50
HSV203°64°73°
CMYK 0.640.240.00   0.27
XYZ20.957424.127150.5661
Yxy24.12710.21910.2522
Hunter Lab49.1193-9.7995-26.6528
CIE-Lab56.2148-9.2040-30.3721

#438ebb color RGB value is (67,142,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001110 10111011
Octal 103 216 273
Decimal 67 142 187
Hex 43 8E BB

RGB Percentages of Color #438ebb

%16.92
%35.86
%47.22

CMYK Percentages of Color #438ebb

%64
%24
%0
%27

Triadic Colors of #438ebb

#438ebb #bb438e #8ebb43

Analogous Colors of #438ebb

#438ebb #4352bb #43bbac

Monochromatic Colors of #438ebb

#438ebb

Complementary Color

#438ebb #bb7043

#438ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#438ebb Color CSS Codes

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

#438ebb Text Font Color

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

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


#438ebb Background Color

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

This div background color is #438ebb


#438ebb Border Color

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

This div border color is #438ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,142,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 #438ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438ebb


Comments

No comments written yet.

Please login to write comment.