Color Hex Logo

#438388 Color Hex

#438388
(67,131,136)
0 Favorites   0 Comments

Color spaces of #438388

RGB 67131136
HSL0.510.340.40
HSV184°51°53°
CMYK 0.510.040.00   0.47
XYZ14.875019.203526.2152
Yxy19.20350.24670.3185
Hunter Lab43.8218-16.0976-4.7934
CIE-Lab50.9244-19.0187-9.0342

#438388 color RGB value is (67,131,136).

#438388 hex color red value is 67, green value is 131 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #438388 hue: 0.51 , saturation: 0.34 and the lightness value of 438388 is 0.40.

The process color (four color CMYK) of #438388 color hex is 0.51, 0.04, 0.00, 0.47. Web safe color of #438388 is #339999. Color #438388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000011 10001000
Octal 103 203 210
Decimal 67 131 136
Hex 43 83 88

RGB Percentages of Color #438388

%20.06
%39.22
%40.72

CMYK Percentages of Color #438388

%51
%4
%0
%47

Triadic Colors of #438388

#438388 #884383 #838843

Analogous Colors of #438388

#438388 #436188 #43886b

Monochromatic Colors of #438388

#438388

Complementary Color

#438388 #884843

#438388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#438388 Color CSS Codes

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

#438388 Text Font Color

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

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


#438388 Background Color

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

This div background color is #438388


#438388 Border Color

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

This div border color is #438388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438388


Comments

No comments written yet.

Please login to write comment.