Color Hex Logo

#438efe Color Hex

#438EFE
(67,142,254)
0 Favorites   0 Comments

Color spaces of #438efe

RGB 67142254
HSL0.600.990.63
HSV216°74°100°
CMYK 0.740.440.00   0.00
XYZ29.877127.695197.5369
Yxy27.69510.19260.1786
Hunter Lab52.62619.2429-73.0494
CIE-Lab59.612314.0520-62.4307

#438efe color RGB value is (67,142,254).

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

The process color (four color CMYK) of #438efe color hex is 0.74, 0.44, 0.00, 0.00. Web safe color of #438efe is #3399ff. Color #438efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001110 11111110
Octal 103 216 376
Decimal 67 142 254
Hex 43 8E FE

RGB Percentages of Color #438efe

%14.47
%30.67
%54.86

CMYK Percentages of Color #438efe

%74
%44
%0
%0

Triadic Colors of #438efe

#438efe #fe438e #8efe43

Analogous Colors of #438efe

#438efe #5643fe #43ecfe

Monochromatic Colors of #438efe

#438efe

Complementary Color

#438efe #feb343

#438efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#438efe Color CSS Codes

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

#438efe Text Font Color

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

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


#438efe Background Color

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

This div background color is #438efe


#438efe Border Color

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

This div border color is #438efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438efe


Comments

No comments written yet.

Please login to write comment.