Color Hex Logo

#438ecb Color Hex

#438ECB
(67,142,203)
0 Favorites   0 Comments

Color spaces of #438ecb

RGB 67142203
HSL0.570.570.53
HSV207°67°80°
CMYK 0.670.300.00   0.20
XYZ22.767224.851160.0967
Yxy24.85110.21140.2307
Hunter Lab49.8509-5.7170-36.5802
CIE-Lab56.9301-3.8307-38.3151

#438ecb color RGB value is (67,142,203).

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

The process color (four color CMYK) of #438ecb color hex is 0.67, 0.30, 0.00, 0.20. Web safe color of #438ecb is #3399cc. Color #438ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001110 11001011
Octal 103 216 313
Decimal 67 142 203
Hex 43 8E CB

RGB Percentages of Color #438ecb

%16.26
%34.47
%49.27

CMYK Percentages of Color #438ecb

%67
%30
%0
%20

Triadic Colors of #438ecb

#438ecb #cb438e #8ecb43

Analogous Colors of #438ecb

#438ecb #434acb #43cbc4

Monochromatic Colors of #438ecb

#438ecb

Complementary Color

#438ecb #cb8043

#438ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#438ecb Color CSS Codes

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

#438ecb Text Font Color

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

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


#438ecb Background Color

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

This div background color is #438ecb


#438ecb Border Color

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

This div border color is #438ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438ecb


Comments

No comments written yet.

Please login to write comment.