Color Hex Logo

#438198 Color Hex

#438198
(67,129,152)
0 Favorites   0 Comments

Color spaces of #438198

RGB 67129152
HSL0.550.390.43
HSV196°56°60°
CMYK 0.560.150.00   0.40
XYZ15.832519.160832.5697
Yxy19.16080.23430.2836
Hunter Lab43.7731-12.0403-13.4741
CIE-Lab50.8748-13.1431-18.4550

#438198 color RGB value is (67,129,152).

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

The process color (four color CMYK) of #438198 color hex is 0.56, 0.15, 0.00, 0.40. Web safe color of #438198 is #339999. Color #438198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000001 10011000
Octal 103 201 230
Decimal 67 129 152
Hex 43 81 98

RGB Percentages of Color #438198

%19.25
%37.07
%43.68

CMYK Percentages of Color #438198

%56
%15
%0
%40

Triadic Colors of #438198

#438198 #984381 #819843

Analogous Colors of #438198

#438198 #435698 #439885

Monochromatic Colors of #438198

#438198

Complementary Color

#438198 #985a43

#438198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#438198 Color CSS Codes

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

#438198 Text Font Color

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

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


#438198 Background Color

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

This div background color is #438198


#438198 Border Color

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

This div border color is #438198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438198


Comments

No comments written yet.

Please login to write comment.