Color Hex Logo

#438297 Color Hex

#438297
(67,130,151)
0 Favorites   0 Comments

Color spaces of #438297

RGB 67130151
HSL0.540.390.43
HSV195°56°59°
CMYK 0.560.140.00   0.41
XYZ15.883319.392932.1842
Yxy19.39290.23540.2875
Hunter Lab44.0374-12.6844-12.5052
CIE-Lab51.1437-14.0084-17.4615

#438297 color RGB value is (67,130,151).

#438297 hex color red value is 67, green value is 130 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #438297 hue: 0.54 , saturation: 0.39 and the lightness value of 438297 is 0.43.

The process color (four color CMYK) of #438297 color hex is 0.56, 0.14, 0.00, 0.41. Web safe color of #438297 is #339999. Color #438297 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000010 10010111
Octal 103 202 227
Decimal 67 130 151
Hex 43 82 97

RGB Percentages of Color #438297

%19.25
%37.36
%43.39

CMYK Percentages of Color #438297

%56
%14
%0
%41

Triadic Colors of #438297

#438297 #974382 #829743

Analogous Colors of #438297

#438297 #435897 #439782

Monochromatic Colors of #438297

#438297

Complementary Color

#438297 #975843

#438297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#438297 Color CSS Codes

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

#438297 Text Font Color

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

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


#438297 Background Color

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

This div background color is #438297


#438297 Border Color

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

This div border color is #438297


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,130,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #438297; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #438297;
  -webkit-box-shadow: 1px 1px 3px 2px #438297;
  box-shadow:         1px 1px 3px 2px #438297; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438297


Comments

No comments written yet.

Please login to write comment.