Color Hex Logo

#438deb Color Hex

#438DEB
(67,141,235)
0 Favorites   0 Comments

Color spaces of #438deb

RGB 67141235
HSL0.590.810.59
HSV214°71°92°
CMYK 0.710.400.00   0.08
XYZ26.835026.241282.2480
Yxy26.24120.19830.1939
Hunter Lab51.22623.8620-59.3369
CIE-Lab58.26537.9040-54.1019

#438deb color RGB value is (67,141,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001101 11101011
Octal 103 215 353
Decimal 67 141 235
Hex 43 8D EB

RGB Percentages of Color #438deb

%15.12
%31.83
%53.05

CMYK Percentages of Color #438deb

%71
%40
%0
%8

Triadic Colors of #438deb

#438deb #eb438d #8deb43

Analogous Colors of #438deb

#438deb #4d43eb #43e1eb

Monochromatic Colors of #438deb

#438deb

Complementary Color

#438deb #eba143

#438deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#438deb Color CSS Codes

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

#438deb Text Font Color

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

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


#438deb Background Color

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

This div background color is #438deb


#438deb Border Color

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

This div border color is #438deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438deb


Comments

No comments written yet.

Please login to write comment.