Color Hex Logo

#438bad Color Hex

#438BAD
(67,139,173)
0 Favorites   0 Comments

Color spaces of #438bad

RGB 67139173
HSL0.550.440.47
HSV199°61°68°
CMYK 0.610.200.00   0.32
XYZ19.090222.675742.9058
Yxy22.67570.22550.2678
Hunter Lab47.6190-11.7736-20.0883
CIE-Lab54.7367-12.0842-24.6676

#438bad color RGB value is (67,139,173).

#438bad hex color red value is 67, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #438bad hue: 0.55 , saturation: 0.44 and the lightness value of 438bad is 0.47.

The process color (four color CMYK) of #438bad color hex is 0.61, 0.20, 0.00, 0.32. Web safe color of #438bad is #339999. Color #438bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001011 10101101
Octal 103 213 255
Decimal 67 139 173
Hex 43 8B AD

RGB Percentages of Color #438bad

%17.68
%36.68
%45.65

CMYK Percentages of Color #438bad

%61
%20
%0
%32

Triadic Colors of #438bad

#438bad #ad438b #8bad43

Analogous Colors of #438bad

#438bad #4356ad #43ad9a

Monochromatic Colors of #438bad

#438bad

Complementary Color

#438bad #ad6543

#438bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#438bad Color CSS Codes

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

#438bad Text Font Color

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

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


#438bad Background Color

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

This div background color is #438bad


#438bad Border Color

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

This div border color is #438bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438bad


Comments

No comments written yet.

Please login to write comment.