Color Hex Logo

#438edb Color Hex

#438EDB
(67,142,219)
1 Favorites   0 Comments

Color spaces of #438edb

RGB 67142219
HSL0.580.680.56
HSV210°69°86°
CMYK 0.690.350.00   0.14
XYZ24.773925.653870.6638
Yxy25.65380.20460.2119
Hunter Lab50.6496-1.3282-47.2638
CIE-Lab57.70701.6880-46.0769

#438edb color RGB value is (67,142,219).

#438edb hex color red value is 67, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #438edb hue: 0.58 , saturation: 0.68 and the lightness value of 438edb is 0.56.

The process color (four color CMYK) of #438edb color hex is 0.69, 0.35, 0.00, 0.14. Web safe color of #438edb is #3399cc. Color #438edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001110 11011011
Octal 103 216 333
Decimal 67 142 219
Hex 43 8E DB

RGB Percentages of Color #438edb

%15.65
%33.18
%51.17

CMYK Percentages of Color #438edb

%69
%35
%0
%14

Triadic Colors of #438edb

#438edb #db438e #8edb43

Analogous Colors of #438edb

#438edb #4443db #43dadb

Monochromatic Colors of #438edb

#438edb

Complementary Color

#438edb #db9043

#438edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#438edb Color CSS Codes

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

#438edb Text Font Color

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

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


#438edb Background Color

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

This div background color is #438edb


#438edb Border Color

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

This div border color is #438edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438edb


Comments

No comments written yet.

Please login to write comment.