Color Hex Logo

#438dec Color Hex

#438DEC
(67,141,236)
0 Favorites   0 Comments

Color spaces of #438dec

RGB 67141236
HSL0.590.820.59
HSV214°72°93°
CMYK 0.720.400.00   0.07
XYZ26.979926.299283.0111
Yxy26.29920.19800.1930
Hunter Lab51.28274.1642-60.0745
CIE-Lab58.32008.2577-54.5692

#438dec color RGB value is (67,141,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001101 11101100
Octal 103 215 354
Decimal 67 141 236
Hex 43 8D EC

RGB Percentages of Color #438dec

%15.09
%31.76
%53.15

CMYK Percentages of Color #438dec

%72
%40
%0
%7

Triadic Colors of #438dec

#438dec #ec438d #8dec43

Analogous Colors of #438dec

#438dec #4e43ec #43e2ec

Monochromatic Colors of #438dec

#438dec

Complementary Color

#438dec #eca243

#438dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#438dec Color CSS Codes

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

#438dec Text Font Color

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

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


#438dec Background Color

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

This div background color is #438dec


#438dec Border Color

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

This div border color is #438dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438dec


Comments

No comments written yet.

Please login to write comment.