Color Hex Logo

#389c7e Color Hex

#389C7E
(56,156,126)
0 Favorites   0 Comments

Color spaces of #389c7e

RGB 56156126
HSL0.450.470.42
HSV162°64°61°
CMYK 0.640.000.19   0.39
XYZ17.285226.124023.8701
Yxy26.12400.25690.3883
Hunter Lab51.1116-29.07938.0886
CIE-Lab58.1546-36.35217.2580

#389c7e color RGB value is (56,156,126).

#389c7e hex color red value is 56, green value is 156 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #389c7e hue: 0.45 , saturation: 0.47 and the lightness value of 389c7e is 0.42.

The process color (four color CMYK) of #389c7e color hex is 0.64, 0.00, 0.19, 0.39. Web safe color of #389c7e is #339966. Color #389c7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011100 01111110
Octal 70 234 176
Decimal 56 156 126
Hex 38 9C 7E

RGB Percentages of Color #389c7e

%16.57
%46.15
%37.28

CMYK Percentages of Color #389c7e

%64
%0
%19
%39

Triadic Colors of #389c7e

#389c7e #7e389c #9c7e38

Analogous Colors of #389c7e

#389c7e #38889c #389c4c

Monochromatic Colors of #389c7e

#389c7e

Complementary Color

#389c7e #9c3856

#389c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#389c7e Color CSS Codes

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

#389c7e Text Font Color

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

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


#389c7e Background Color

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

This div background color is #389c7e


#389c7e Border Color

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

This div border color is #389c7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,156,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #389c7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #389c7e;
  -webkit-box-shadow: 1px 1px 3px 2px #389c7e;
  box-shadow:         1px 1px 3px 2px #389c7e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,156,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389c7e


Comments

No comments written yet.

Please login to write comment.