Color Hex Logo

#438c6e Color Hex

#438C6E
(67,140,110)
0 Favorites   0 Comments

Color spaces of #438c6e

RGB 67140110
HSL0.430.350.41
HSV155°52°55°
CMYK 0.520.000.21   0.45
XYZ14.507321.075218.0552
Yxy21.07520.27050.3929
Hunter Lab45.9077-23.93088.8171
CIE-Lab53.0317-30.34049.1422

#438c6e color RGB value is (67,140,110).

#438c6e hex color red value is 67, green value is 140 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #438c6e hue: 0.43 , saturation: 0.35 and the lightness value of 438c6e is 0.41.

The process color (four color CMYK) of #438c6e color hex is 0.52, 0.00, 0.21, 0.45. Web safe color of #438c6e is #339966. Color #438c6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001100 01101110
Octal 103 214 156
Decimal 67 140 110
Hex 43 8C 6E

RGB Percentages of Color #438c6e

%21.14
%44.16
%34.70

CMYK Percentages of Color #438c6e

%52
%0
%21
%45

Triadic Colors of #438c6e

#438c6e #6e438c #8c6e43

Analogous Colors of #438c6e

#438c6e #43868c #438c4a

Monochromatic Colors of #438c6e

#438c6e

Complementary Color

#438c6e #8c4361

#438c6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438c6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#438c6e Color CSS Codes

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

#438c6e Text Font Color

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

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


#438c6e Background Color

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

This div background color is #438c6e


#438c6e Border Color

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

This div border color is #438c6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438c6e


Comments

No comments written yet.

Please login to write comment.