Color Hex Logo

#438efa Color Hex

#438EFA
(67,142,250)
0 Favorites   0 Comments

Color spaces of #438efa

RGB 67142250
HSL0.600.950.62
HSV215°73°98°
CMYK 0.730.430.00   0.02
XYZ29.243127.441494.1979
Yxy27.44140.19380.1819
Hunter Lab52.38457.9727-69.9461
CIE-Lab59.380712.6282-60.6044

#438efa color RGB value is (67,142,250).

#438efa hex color red value is 67, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #438efa hue: 0.60 , saturation: 0.95 and the lightness value of 438efa is 0.62.

The process color (four color CMYK) of #438efa color hex is 0.73, 0.43, 0.00, 0.02. Web safe color of #438efa is #3399ff. Color #438efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001110 11111010
Octal 103 216 372
Decimal 67 142 250
Hex 43 8E FA

RGB Percentages of Color #438efa

%14.60
%30.94
%54.47

CMYK Percentages of Color #438efa

%73
%43
%0
%2

Triadic Colors of #438efa

#438efa #fa438e #8efa43

Analogous Colors of #438efa

#438efa #5443fa #43eafa

Monochromatic Colors of #438efa

#438efa

Complementary Color

#438efa #faaf43

#438efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#438efa Color CSS Codes

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

#438efa Text Font Color

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

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


#438efa Background Color

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

This div background color is #438efa


#438efa Border Color

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

This div border color is #438efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438efa

#438efa Color Palettes


Comments

No comments written yet.

Please login to write comment.