Color Hex Logo

#438eec Color Hex

#438EEC
(67,142,236)
0 Favorites   0 Comments

Color spaces of #438eec

RGB 67142236
HSL0.590.820.59
HSV213°72°93°
CMYK 0.720.400.00   0.07
XYZ27.128126.595483.0605
Yxy26.59540.19830.1944
Hunter Lab51.57073.6488-59.3938
CIE-Lab58.59797.6601-54.1262

#438eec color RGB value is (67,142,236).

#438eec hex color red value is 67, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #438eec hue: 0.59 , saturation: 0.82 and the lightness value of 438eec is 0.59.

The process color (four color CMYK) of #438eec color hex is 0.72, 0.40, 0.00, 0.07. Web safe color of #438eec is #3399ff. Color #438eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001110 11101100
Octal 103 216 354
Decimal 67 142 236
Hex 43 8E EC

RGB Percentages of Color #438eec

%15.06
%31.91
%53.03

CMYK Percentages of Color #438eec

%72
%40
%0
%7

Triadic Colors of #438eec

#438eec #ec438e #8eec43

Analogous Colors of #438eec

#438eec #4d43ec #43e3ec

Monochromatic Colors of #438eec

#438eec

Complementary Color

#438eec #eca143

#438eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#438eec Color CSS Codes

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

#438eec Text Font Color

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

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


#438eec Background Color

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

This div background color is #438eec


#438eec Border Color

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

This div border color is #438eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438eec


Comments

No comments written yet.

Please login to write comment.