Color Hex Logo

#388c7a Color Hex

#388C7A
(56,140,122)
0 Favorites   0 Comments

Color spaces of #388c7a

RGB 56140122
HSL0.460.430.38
HSV167°60°55°
CMYK 0.600.000.13   0.45
XYZ14.521821.002121.7008
Yxy21.00210.25380.3670
Hunter Lab45.8280-23.63684.0042
CIE-Lab52.9518-29.90702.0576

#388c7a color RGB value is (56,140,122).

#388c7a hex color red value is 56, green value is 140 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #388c7a hue: 0.46 , saturation: 0.43 and the lightness value of 388c7a is 0.38.

The process color (four color CMYK) of #388c7a color hex is 0.60, 0.00, 0.13, 0.45. Web safe color of #388c7a is #339966. Color #388c7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001100 01111010
Octal 70 214 172
Decimal 56 140 122
Hex 38 8C 7A

RGB Percentages of Color #388c7a

%17.61
%44.03
%38.36

CMYK Percentages of Color #388c7a

%60
%0
%13
%45

Triadic Colors of #388c7a

#388c7a #7a388c #8c7a38

Analogous Colors of #388c7a

#388c7a #38748c #388c50

Monochromatic Colors of #388c7a

#388c7a

Complementary Color

#388c7a #8c384a

#388c7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388c7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#388c7a Color CSS Codes

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

#388c7a Text Font Color

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

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


#388c7a Background Color

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

This div background color is #388c7a


#388c7a Border Color

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

This div border color is #388c7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,140,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #388c7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #388c7a;
  -webkit-box-shadow: 1px 1px 3px 2px #388c7a;
  box-shadow:         1px 1px 3px 2px #388c7a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388c7a


Comments

No comments written yet.

Please login to write comment.