Color Hex Logo

#438cec Color Hex

#438CEC
(67,140,236)
0 Favorites   0 Comments

Color spaces of #438cec

RGB 67140236
HSL0.590.820.59
HSV214°72°93°
CMYK 0.720.410.00   0.07
XYZ26.833126.005682.9622
Yxy26.00560.19760.1915
Hunter Lab50.99574.6813-60.7588
CIE-Lab58.04248.8571-55.0119

#438cec color RGB value is (67,140,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001100 11101100
Octal 103 214 354
Decimal 67 140 236
Hex 43 8C EC

RGB Percentages of Color #438cec

%15.12
%31.60
%53.27

CMYK Percentages of Color #438cec

%72
%41
%0
%7

Triadic Colors of #438cec

#438cec #ec438c #8cec43

Analogous Colors of #438cec

#438cec #4e43ec #43e1ec

Monochromatic Colors of #438cec

#438cec

Complementary Color

#438cec #eca343

#438cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#438cec Color CSS Codes

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

#438cec Text Font Color

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

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


#438cec Background Color

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

This div background color is #438cec


#438cec Border Color

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

This div border color is #438cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438cec


Comments

No comments written yet.

Please login to write comment.