Color Hex Logo

#438dcb Color Hex

#438DCB
(67,141,203)
0 Favorites   0 Comments

Color spaces of #438dcb

RGB 67141203
HSL0.580.570.53
HSV207°67°80°
CMYK 0.670.310.00   0.20
XYZ22.619124.554860.0473
Yxy24.55480.21100.2290
Hunter Lab49.5528-5.2385-37.1597
CIE-Lab56.6390-3.2511-38.7718

#438dcb color RGB value is (67,141,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001101 11001011
Octal 103 215 313
Decimal 67 141 203
Hex 43 8D CB

RGB Percentages of Color #438dcb

%16.30
%34.31
%49.39

CMYK Percentages of Color #438dcb

%67
%31
%0
%20

Triadic Colors of #438dcb

#438dcb #cb438d #8dcb43

Analogous Colors of #438dcb

#438dcb #4349cb #43cbc5

Monochromatic Colors of #438dcb

#438dcb

Complementary Color

#438dcb #cb8143

#438dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#438dcb Color CSS Codes

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

#438dcb Text Font Color

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

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


#438dcb Background Color

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

This div background color is #438dcb


#438dcb Border Color

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

This div border color is #438dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438dcb


Comments

No comments written yet.

Please login to write comment.