Color Hex Logo

#438cbd Color Hex

#438CBD
(67,140,189)
0 Favorites   0 Comments

Color spaces of #438cbd

RGB 67140189
HSL0.570.480.50
HSV204°65°74°
CMYK 0.650.260.00   0.26
XYZ20.878123.623651.6035
Yxy23.62360.21720.2458
Hunter Lab48.6041-8.3818-28.9259
CIE-Lab55.7089-7.4050-32.2963

#438cbd color RGB value is (67,140,189).

#438cbd hex color red value is 67, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #438cbd hue: 0.57 , saturation: 0.48 and the lightness value of 438cbd is 0.50.

The process color (four color CMYK) of #438cbd color hex is 0.65, 0.26, 0.00, 0.26. Web safe color of #438cbd is #3399cc. Color #438cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001100 10111101
Octal 103 214 275
Decimal 67 140 189
Hex 43 8C BD

RGB Percentages of Color #438cbd

%16.92
%35.35
%47.73

CMYK Percentages of Color #438cbd

%65
%26
%0
%26

Triadic Colors of #438cbd

#438cbd #bd438c #8cbd43

Analogous Colors of #438cbd

#438cbd #434fbd #43bdb1

Monochromatic Colors of #438cbd

#438cbd

Complementary Color

#438cbd #bd7443

#438cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#438cbd Color CSS Codes

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

#438cbd Text Font Color

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

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


#438cbd Background Color

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

This div background color is #438cbd


#438cbd Border Color

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

This div border color is #438cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438cbd


Comments

No comments written yet.

Please login to write comment.